Getting Docker ready
In order to run all the various services in docker containers, Docker must first be installed. It is an easy process. The only specific configuration is to move the location of the docker storage to the /data folder instead of the default one (/var/lib/docker). Install docker The installation procedure is well documented by docker on…
Getting Docker ready Read More »