https://hub.docker.com/r/xama/docker-seafile-pro/
This image will pull the latest pro edition of seafile and helps you set it up in a docker environment.
You'll be guided through the setup procedure. It's kept very basic.
Advanced configurations can be made directly via the configuration files generated during the setup.
Setup
This will pull the latest image and start the setup process automatically. (interactive mode)
You'll be asked for some details (e.g. admin credentials).
docker run -it --rm \
--name=seafile-setup \
-v /var/seafile:/seafile \
xama/docker-seafile-pro setup
PLEASE NOTE THE "setup" FOLLOWING THE IMAGE NAME!
Run
docker run -d \
--name=seafile \
-p 8082:8082 \
-p 8000:8000 \
-v /var/seafile:/seafile \
xama/docker-seafile-pro