Month: February 2019
-
How to move docker’s default /var/lib/docker to another directory on Ubuntu/Debian Linux
The following config will guide you through a process of changing the docker’s default /var/lib/docker storage disk space to another directory. There are various reasons why you may want to change docker’s default directory from which the most obvious could be that ran out of disk space. The following guide should work for both Ubuntu…
-
Firewall Centos
sudo firewall-cmd –zone=public –add-port=80/tcp –permanent sudo firewall-cmd –reload