Here, my /docker-data/containers folders :
ls /mnt/dietpi_userdata/docker-data/containers
201f8d3b7d214f68bd457ba2782fdb8b953012d771251a98e7f2725096511d6b b66e41486903de3af2c7e3cf61a84cfe9e7ed26be112d1e255a1c73470d4b172
596069d0cd4df900ba889c3e43eeebfc170cbb7577eb5592511d7fd86e275dca cf2ba28678df03136894208ccb941ea255e47a4692830ba676399cadcc8a8b57
60b9fdaab060c4f780bbd65168b80a069cf9824b3b02052e28787825b57f4cc1 e91e3f4d038916a433866fd2bde0a6383603d7527c8aa9b157cb40e74344be48
b2fc62394730f7bd9e7e76a63fd8a444ad0227d8903f104f1571976f73df6959 f76cad0d6287a00acf0c16c8c1dbc5f7d493a877fa37560b52540cdbafa7aa85
Here systemctl status docker
Dec 13 13:14:23 DietPi cf2ba28678df[388363]: 2024/12/13 12:14PM INF github.com/portainer/portainer/api/chisel/service.go:200 > found Chisel>
Dec 13 13:14:23 DietPi cf2ba28678df[388363]: 2024/12/13 12:14:23 server: Reverse tunnelling enabled
Dec 13 13:14:23 DietPi cf2ba28678df[388363]: 2024/12/13 12:14:23 server: Fingerprint U1EF66HF5yQA+JLJgm169rJoC7mUcFH4KP4ysjXYLwA=
Dec 13 13:14:23 DietPi cf2ba28678df[388363]: 2024/12/13 12:14:23 server: Listening on http://0.0.0.0:8000
Dec 13 13:14:23 DietPi cf2ba28678df[388363]: 2024/12/13 12:14PM INF github.com/portainer/portainer/api/datastore/postinit/migrate_post_init>
Dec 13 13:14:23 DietPi cf2ba28678df[388363]: 2024/12/13 12:14PM INF github.com/portainer/portainer/api/cmd/portainer/main.go:655 > starting>
Dec 13 13:14:23 DietPi cf2ba28678df[388363]: 2024/12/13 12:14PM INF github.com/portainer/portainer/api/http/server.go:370 > starting HTTPS >
Dec 13 13:14:23 DietPi cf2ba28678df[388363]: 2024/12/13 12:14PM INF github.com/portainer/portainer/api/http/server.go:354 > starting HTTP s>
Dec 13 13:16:30 DietPi dockerd[388363]: time="2024-12-13T13:16:30.120163759+01:00" level=error msg="Not continuing with pull after error: e>
cat /etc/docker/daemon.json
{
"data-root": "/mnt/dietpi_userdata/docker-data",
"log-driver": "journald",
"log-level": "warn",
"debug": false
}
docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
fallenbagel/jellyseerr latest 554a211607e5 4 weeks ago 1.33GB
portainer/portainer-ce latest 9c9caec4fc26 7 weeks ago 294MB
jc21/nginx-proxy-manager latest 00c8fc324701 8 weeks ago 1.09GB
ghcr.io/analogj/scrutiny master-omnibus 77d0282d5686 2 months ago 382MB
ghcr.io/wizarrrr/wizarr latest 3bb88582b8eb 6 months ago 1.25GB
containrrr/watchtower latest c352868a1654 13 months ago 14.2MB
hello-world latest ee301c921b8a 19 months ago 9.14kB
Don’t know how much i have to show to just proove something wrong Got images, got conatainers folders. But it’s not running anything now.
For example, if i run docker run nginx-proxy-manager
it will just tell me it didn’t found anything (and also something around permissions ?)
/mnt/dietpi_userdata/docker-data# docker run nginx-proxy-manager
Unable to find image 'nginx-proxy-manager:latest' locally
docker: Error response from daemon: pull access denied for nginx-proxy-manager, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
And, if i use the image ID it show this :
❯ Configuring npm user ...
useradd warning: npm's uid 0 outside of the UID_MIN 1000 and UID_MAX 60000 range.
❯ Configuring npm group ...
❯ Checking paths ...
--------------------------------------
ERROR: /etc/letsencrypt is not mounted! Check your docker configuration.
--------------------------------------
s6-rc: warning: unable to start service prepare: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.