CaCO3
CaCO3
```bash mkdir export list=`docker ps --format "{{.Names}}" -a | xargs echo -n` for container in $list; do echo "exporting $container..." poetry run autocompose $container > export/$container.yaml done ```
I might be to early, it seems as if the new approach does not work yet, or I use it wrongly. I copied the folder `custom_icons` fro mthis repo to...
I moved the Container Manager successfully to my new volume2. Everything seems to be fine afterwards (all containers start again). Then I tried to move my docker share from volume...