This is the first time I'm using docker, basically trying to install a project into the webserver. As per installation instructions, I did docker image pull XXXX.io/main-repo/control-center:v4
. The pull is successful. Second step mentions that "Configure the environment variables as described in the CONFIGURE.MD". Now the problem is, I cannot find image or where things are downloaded. The repo has a wiki page which shows all the environment variables that needs to be configured but I don't even know where the files are considering the /var/lib/docker
does not exists.
When I do docker info
I get overlay2
as the storage driver. This is on a ubuntu system. Since I never used docker, I feel like I'm missing some key things.