Where is which data? appdata The folder the container puts in appdata contains the „working storage“ for the application. This will be the data that the application itself uses to keep track of what it is doing. For example, plex keeps its library there. templates Typically, you will install a new docker by going to… unraid docker hints weiterlesen
Kategorie: docker
Docker hints
I do all this stuff on a Raspberri Pi running raspian and docker. For now there’s: Pi-Hole: https://pi-hole.net/ openHAB: https://www.openhab.org/ Homer: https://hub.docker.com/r/b4bz/homer IObroker: https://smarthome.buanet.de/docker/container-images/iobroker/ docker commands Simple steps to use a new docker image docker-compose.yml example Connect to docker container docker ps to find CONTAINER ID you want to connect to docker exec -it –user… Docker hints weiterlesen