Closed sheel closed 3 years ago
ok, interesting.
Seems the initial install worked properly and I was able to get portainer
started. I rebooted the PR4100, but then had to manually start portainer via ssh -
docker run -d -p 9000:9000 --restart always --name portainer -v /var/run/docker.sock:/var/run/docker.sock -v $(readlink -f ${APKG_PATH})/portainer:/data portainer/portainer
That being said, while trying to debug, I ran some of the scripts by logging into ssh (e.g. daemon setup, install, etc), the scripts seemed not to pick up / build the variables correctly and created directories in root - for example,/docker
.
I'll go ahead and close this issue.
Hello, I was able to download the .zip above and install on my PR4100, firmware 5.15.106.
However, when I go to configure, it's an empty page (:9000).
I ssh'd into the PR4100, and there is nothing listening on :9000 and no docker processes running.
netstat
docker ps
docker is running
I tried running the portainer command, and get a cgroup mount error
docker info
docker version
Originally posted by @sheel in https://github.com/WDCommunity/wdpksrc/issues/57#issuecomment-895793310