Robert Vogel (talk | contribs) Created page with "Almost all container images used by the stack are freely available via hub.docker.com. The only exception is <code>bluespice/wiki</code> with the PRO / FARM codebase. There are two options to obtain this image: # Manual download from [https://bluespice.com/download/ bluespice.com] and local import # Load from private <code>docker.bluespice.com</code> image registry == Manual download and import == Before running <code>bluespice-deploy</code> you will need to download t..." Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
== Manual download and import == | == Manual download and import == | ||
Before running <code>bluespice-deploy</code> you will need to download the <code>docker.bluespice.com/bluespice/wiki</code> image from https://bluespice.com/download/ and store the file to the server (e.g. in <code>/tmp/docker.bluespice. | Before running <code>bluespice-deploy</code> you will need to download the <code>docker.bluespice.com/bluespice-[pro|farm]/wiki</code> image from https://bluespice.com/download/ and store the file to the server (e.g. in <code>/tmp/docker.bluespice.com_bluespice-pro_wiki_5.1.0.tar.gz</code> ). | ||
Then you can use the standard <code>docker load</code> command to make it available to the docker runtime. | Then you can use the standard <code>docker load</code> command to make it available to the docker runtime. | ||
Example: | Example: | ||
docker load /tmp/docker.bluespice. | docker load < /tmp/docker.bluespice.com_bluespice-pro_wiki_5.1.0.tar.gz | ||
# Loaded image: docker.bluespice.com/bluespice/wiki:5.1 | # Loaded image: docker.bluespice.com/bluespice-pro/wiki:5.1.0 | ||
bluespice-deyploy up -d | bluespice-deyploy up -d | ||
# Image found locally. | |||
== Load from <code>docker.bluespice.com</code> == | == Load from <code>docker.bluespice.com</code> == | ||
If you have credentials to <code>docker.bluespice.com</code> you can just run | If you have credentials to <code>docker.bluespice.com</code> you can just run <code>bluespice-deyploy up -d</code> . 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: | |||
[[de:Setup:Installationsanleitung/Docker/Pro_und_Farm_Edition]] |
Latest revision as of 13:54, 4 June 2025
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:
- Manual download from bluespice.com and local import
- 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: