Build:
docker build . -t webots-animation-action
Pull a sample project:
git clone https://github.com/cyberbotics/webots-animation-template.git $HOME/webots-animation-template
Run:
docker run \
-v $HOME/webots-animation-template:/root/repo \
-w /root/repo \
-e DEBUG=true \
-it webots-animation-action
Pull a sample project:
git clone https://github.com/lukicdarkoo/webots-competition-organizer.git $HOME/webots-competition-organizer
Run:
docker run \
-v $HOME/webots-competition-organizer:/root/repo \
-w /root/repo \
-e DEBUG=true \
-it webots-animation-action
Pull a sample project:
git clone https://github.com/lukicdarkoo/webots-competition-competitor.git $HOME/webots-competition-competitor
Run:
docker run \
-v $HOME/webots-competition-competitor:/root/repo \
-w /root/repo \
-e DEBUG=true \
-it webots-animation-action