July 9, 20241 yr Community Expert I just installed a docker container using a repository rather than the CA store. I expected the container to reside in the appdata folder, but it is nowhere to be found. Where could it be?
July 9, 20241 yr Community Expert Within the docker filesystem image/folder as configured. Appdata is where you yourself map any persistent volumes. Edited July 9, 20241 yr by Kilrah
July 9, 20241 yr What are you trying to accomplish, specifically? You can enter the shell of your docker container by attaching to it: docker container exec [OPTIONS] <CONTAINER NAME> <COMMAND> i.e. this gets you into the shell of a container named "podname1" docker container exec -it podname1 sh Edited July 9, 20241 yr by IAmPatrickB
July 9, 20241 yr Community Expert 8 minutes ago, Bob-omb said: So how can I locate it? See where you have configured the location of the docker.img file under Settings->Docker. The container binaries are stored inside that file.
July 9, 20241 yr Author Community Expert The reason why I was asking is because I want to make sure I backup the configuration of the docker application. More specifically the port number and such. Are these settings saved anywhere persistent?
July 9, 20241 yr Community Expert Just now, Bob-omb said: The reason why I was asking is because I want to make sure I backup the configuration of the docker application. More specifically the port number and such. Are these settings saved anywhere persistent? If you are doing it via Apps tab then the settings are stored as xml templates on the flash drive under config/plugins/dockerMan/templates-user.
July 9, 20241 yr Author Community Expert No, as I said, I installed it using a repository rather than the CA store.
July 9, 20241 yr Community Expert 53 minutes ago, Kilrah said: Then that'll have made a template. 1 hour ago, itimpi said: the settings are stored as xml templates on the flash drive under config/plugins/dockerMan/templates-user
July 9, 20241 yr Community Expert Solution 1 hour ago, Bob-omb said: backup the configuration of the docker application. More specifically the port number and such All of your configuration, any settings you have made in the webUI, is in the config folder on flash. You should always keep a current backup of your flash drive.
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.