For installing docker on Ubuntu 18.04 [bionic] and to ensure the docker files are stored in /mnt (insted of root filesystem)
- https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04
- https://stackoverflow.com/questions/52488300/how-to-change-root-dir-of-docker-on-ubuntu-18-04-lts-docker-change-location-of
References:
Installation:
- https://docs.docker.com/engine/installation/linux/ubuntu/
- https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
- https://www.howtoforge.com/tutorial/docker-installation-and-usage-on-ubuntu-16.04/
Concepts
- https://docs.docker.com/engine/getstarted/step_two/
- multiple steps here which would be quite useful
Commands:
docker cp <containerId>:/file/path/within/container /host/path/target