Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

本文介绍了在Docker上运行Joget Workflow的步骤. 通过Docker, 您可以通过简单的命令轻松部署Joget Workflow. 公共Joget Workflow镜像存放在Docker Hub仓库 (https://hub.docker.com/u/jogetworkflow/)

Prerequisite: Install Docker

Install Docker following the docs at https://docs.docker.com/engine/installation. There are instructions for Linux, Windows or Mac.

Option 1: Run Joget Workflow with Embedded MySQL

The easiest way is to run a Joget Workflow container which also contains a MySQL database:

...

With just a single command, you will have an entire running installation of Joget Workflow. Browse to the installation at http://your_docker_host:8080/jw

Option 2: Run Joget Workflow with Separate MySQL and Data Volume

For better flexibility and manageability, you can run a Joget Workflow container separately from the database and shared data volume:

...