Installing Docker
This chapter covers the installation of the docker engine for Ubuntu Server, and you can use it deploy your first container!
1. Install Docker
First, uninstall old versions of docker: sudo apt-get remove docker docker-engine docker.io cont...
2. Adding your user to docker group
Every single time, you want to run a docker command, you will have to sudo in front of it. This c...
3. Start Docker on Boot
Configure Docker Engine to start on boot: If you see yourself powering down your server at night...
4. Deploying Portainer
Portainer is a tool with a fantastic Web UI for managing your docker containers, deploying new on...