'docker and container is running well, but I can't open that folder from docker inspect container |grep Source
My docker and project-server is running normally, but when I inspect location of project-server,
docker inspect project-server |grep Source
"Source": "/home/project/project/golang/docker/project-server/...",
"Source": "/var/lib/docker/volumes/docker_project-server-data/_data",
and try to open that location cd /home/project/project/golang/docker, I got error of -bash: cd: /home/project/project/golang/docker/: No such file or directory
when I type ls on folder of /home/project/project/,I get only github folder, there is no folder named golang,
github
Is there anybody who know why the folder is not existed, but all server is working well?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
