This guide will help you to run Odysseus with Docker.
Step-by-step guide
...
New (19.06.2020): You can download Odysseus server now directly from the dockerhub
Code Block |
---|
docker run -d -p 8888:8888 odysseusol/odysseus |
If you want to create your own Odysseus Docker Container, see Create an Odysseus Docker Container.
You could also start interactive (and use the osgi console):
Code Block |
---|
docker run -it -p 8888:8888 odysseusol/odysseus |
The ODYSSEUS_HOME will be used as a volume.
The following will bind the odysseus home to H:\docker\odyhome1
Code Block |
---|
docker run -p 8888:8888 -it -vH:\docker\odyhome1:/var/lib/odysseus odysseusol/odysseus |
If you want to use the latest development images, place "dev-" as first part of the tag:
Code Block |
---|
docker run -d -p 8888:8888 odysseusol/odysseus:dev-latest |
Related articles
Content by Label |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | ODYSSEUS |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label = "kb-how-to-article" and type = "page" and space = "ODYSSEUS" |
---|
labels | kb-how-to-article |
---|
|