A ready-to-run Docker image for the COACO project
The Docker image is automatically build on DockerHub: https://hub.docker.com/r/dylanvanassche/coaco-docker
- Clone this repo:
git clone https://github.com/coaco-robot/coaco-docker - Add execution permissions:
chmod +x launch.sh - Enjoy!
./launch.sh
If you want to change the Dockerfile and test if it works, you can follow the following steps:
- Enter the repo:
cd coaco-docker. - Run Docker build:
docker build -t coaco-docker . - In order to use your local image, modify the
launch.shfile:IMAGE=coaco-docker - Add execution permissions:
chmod +x launch.sh - Enjoy!
./launch.sh