Installation

Note

I wrote this while doing the Docker Mastery - udemy course. For installing docker I suggest to follow the steps in the official documentation.

sudo apt-get remove docker docker-engine docker.io containerd runc

# the script below does NOT work with Linux Mint :(
# detailed instructions here: https://docs.docker.com/get-docker/

curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh

sudo usermod -aG docker meleu

# just checking:
docker version

Clone de course repository:

git clone https://github.com/bretfisher/udemy-docker-mastery

Install VS Code and the Docker plugin.

Bonus: check also SpaceVim.