docker run -t -i \
-p 10001:10001 \
-p 12001:12001 \
-p 8000:8000 \
-p 8080:8080 \
-p 8082:8082 \
-v /srv/seafile:/opt/seafile \
jenserat/seafile -- /bin/bash
$ download-seafile
# Do not change the port and storage location defaults
$ /opt/seafile/seafile-server-*/setup-seafile.sh
# start the seafile controller process
$ /opt/seafile/seafile-server-latest/seafile.sh start
# configuring the web UI
$ /opt/seafile/seafile-server-latest/seahub.sh start
#
$ exit