Pro and Farm edition

Almost all container images used by the stack are freely available via hub.docker.com. The only exception is bluespice/wiki with the PRO / FARM codebase. There are two options to obtain this image:

  1. Manual download from bluespice.com and local import
  2. Load from private docker.bluespice.com image registry

Manual download and import

Before running bluespice-deploy you will need to download the docker.bluespice.com/bluespice-[pro|farm]/wiki image from https://bluespice.com/download/ and store the file to the server (e.g. in /tmp/docker.bluespice.com_bluespice-pro_wiki_5.1.0.tar.gz ).

Then you can use the standard docker load command to make it available to the docker runtime.

Example:

docker load < /tmp/docker.bluespice.com_bluespice-pro_wiki_5.1.0.tar.gz
# Loaded image: docker.bluespice.com/bluespice-pro/wiki:5.1.0
bluespice-deyploy up -d
# Image found locally.

Load from docker.bluespice.com

If you have credentials to docker.bluespice.com you can just run bluespice-deyploy up -d . It will prompt you for username and password in case you haven't configured it already.

​Example:

bluespice-deyploy up -d
# In order to access our PRO-Image please login to docker.bluespice.com
username: myuser
password:


PDF exclude - start

To submit feedback about this documentation, visit our community forum.

PDF exclude - end