DanielPT Posted May 9, 2023 Share Posted May 9, 2023 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! Quote Link to comment
trurl Posted May 9, 2023 Share Posted May 9, 2023 Click on the icon for the container and select WebUI Quote Link to comment
DanielPT Posted May 9, 2023 Author Share Posted May 9, 2023 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? Quote Link to comment
apandey Posted May 9, 2023 Share Posted May 9, 2023 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 1 Quote Link to comment
trurl Posted May 9, 2023 Share Posted May 9, 2023 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.) Quote Link to comment
Recommended Posts
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.