You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

New (19.06.2020): You can download Odysseus server now directly from the dockerhub

docker run -d -p 8888:8888 odysseusol/odysseus




This guide will help you to run Odysseus with Docker. If you want to create your own Odysseus Docker Container, see Create an Odysseus Docker Container.

Step-by-step guide

You should have an operating system with Docker installed up and running. Ubuntu is a good choice. You only need one command to install and run Odysseus:

  1. sudo docker run -p 127.0.0.1:9700:9669 --name our_odysseus tobi42/odysseus_server:03-16

This will start Odysseus and forward the port 9669, which is the default WebService port from Odysseus, to port 9700. Hence, you can find the WebService on port 9700 on your host machine. You can try it out by visiting http://localhost:9700/odysseus?wsdl with your browser on your host machine.

  • No labels