Let's assume we need some kind of local development lab to test our splended microservices driven system deployment to cluster.
- and we want to check that all development pipeline works properly from MergeRequest to Deployment to Production environment
- and we want all stages of pipeline will works automaticaly
- and we want ... more some cool features!
If you have no free space on your system drive, you can move docker data directory to enother drive
- Stop docker daemon
sudo service docker stop
- Move your data to enother drive
sudo mv /var/lib/docker /mnt/data/docker
- Setup docker daemon config:
sudo vim /etc/docker/daemon.json
# /etc/...