docker: persist autogenerated seeds, disable certgen, and

mention how to run the containers with selinux enabled
* assumes that a /cfg docker volume is provided
This commit is contained in:
ed
2023-08-15 15:07:33 +00:00
parent 474d5a155b
commit f5407b2997
8 changed files with 26 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ docker run --rm -it -u 1000 -p 3923:3923 -v /mnt/nas:/w -v $PWD/cfgdir:/cfg copy
* `copyparty/ac` is the recommended [image edition](#editions)
* you can download the image from github instead by replacing `copyparty/ac` with `ghcr.io/9001/copyparty-ac`
* if you are using rootless podman, remove `-u 1000`
* if you have selinux, append `:z` to all `-v` args (for example `-v /mnt/nas:/w:z`)
i'm unfamiliar with docker-compose and alternatives so let me know if this section could be better 🙏