Use Docker

You can use OMFLOW Server directly through Docker Hub, eliminating the need for installation steps.

Search OMFLOW

Use docker search omflow to search.

Download OMFLOW

Use this command to download the latest version of omflow

docker pull omflow/server

Start as omflow container

First use the docker images command to confirm that you already have the image of omflow/server and its version number.

Then start omflow image. For detailed commands and parameters, please refer to the Docker file.

Enterprise version

docker run --name omflow -it -d -p 0.0.0.0:80:80 omflow/server

Start service

docker exec -it omflow_1151 /opt/omflow/server/omflow_server start

Last updated