- Follow setup instructions from https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
- After installing all packages run
"systemctl start docker"
to start up the docker service - You should consider running docker as a non-root user by following the instructions from here https://docs.docker.com/engine/install/linux-postinstall/
- You can then run “
docker run hello-world
“ to test out your local environment.
Setting up docker on Ubuntu based systems for local dev.
by
Tags:
Leave a Reply