Skip to content

stefanocirici/laser-bot-battle-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

LaserBot Battle Docker

Docker images compiled for LaserBot Battle.


Table of Contents


Install Docker

To automatically install docker-ce on the system

$ curl -fsSL get.docker.com | sudo sh

If you would like to use Docker as a non-root user, you should now consider adding your user to the "docker" group with something like:

$ sudo usermod -aG docker $USER

Remember to log out and back in for this to take effect!

Uninstall Docker

Uninstall the Docker CE package:

$ sudo apt-get purge docker-ce

Images, containers, volumes, or customized configuration files on your host are not automatically removed. To delete all images, containers, and volumes:

$ sudo rm -rf /var/lib/docker

You must delete any edited configuration files manually.

From docker documentation.

Get Raspberry image

To get the Raspberry Pi docker image, pull it from Docker Cloud:

$ docker pull stefanocirici/laserbotbattle:rosberry

Get Master server image

To get the Ubuntu docker image for the webserver, pull it from Docker Cloud:

$ docker pull stefanocirici/laserbotbattle:server

License

This project is licensed under the BSD 3 License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published