May 9, 20233 yr Hi all I havent seen this before so sorry if it is a dumb question. I just installed adminer But it is not installed anywhere? How does that work? Thanks!
May 9, 20233 yr Author Just now, trurl said: Click on the icon for the container and select WebUI Thanks! Yea that works but i mean all outher dockers is installed under /mnt/appdata/dockername. This has not a app dir?
May 9, 20233 yr 1 hour ago, DanielPT said: Yea that works but i mean all outher dockers is installed under /mnt/appdata/dockername. This has not a app dir? You should probably understand how docker works. All the others you see in appdata are not installed there, but rather those directories are mounted into the respective containers at runtime. Containers themslevs are stored inside your docker image file adminer probably doesn't need any state saves for user to see, so nothing is volume mounted. If you want something to be stored outside the container, you will have to find the corresponding container path and mount a host path onto it
May 9, 20233 yr 7 hours ago, DanielPT said: /mnt/appdata/dockername That is probably wrong. Usually it would be /mnt/user/appdata. (Unless you actually create a pool named appdata, but then that path would mean each docker's appdata would be its own separate user share.)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.