Where is docker data stored?

Where is the docker data stored on the pool. I have 2 pools on a new system I am trying to configure. I ran into an issue with dockge and one of my apps is locked up. I want to wipe it all and start over but I cannot find where it is. I also want to understand how it orks so I can back it up when I get it up and running.

The app data is stored by default in a directory called “/mnt/.ix-apps”.

Each app will create it’s default volumes under this path. Once you deploy an app you can see all the paths created by running the command sudo df -h

Under the apps menu through the GUI you will see an option to pick a default pool. By default the first pool you create at install is the default for your apps if you setup a second pool you’ll need to go in there and select it from the apps menu. NOTE: if you do this all your old data will be deleted.

As far as backing up? My guess is that you can just copy the paths found in your df -h command output to a backup folder, but I have not tried this yet.

Also if you want to see what is mapped where or other things about your container config you can run sudo docker ps get the container id and then run sudo docker inspect <container_id>.

The screen shot attached is the menu where you can select the different pool by dropping down the configuration menu.

Thank you, that will get me on the right track. Unfortunately, changing pools does not delete the data. If I switch back it is still there. I am using TrueNAS SCALE 25.04-RC.1 and the Apps & VMs section has been overhauled quite a bit.