Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
English |
---|
Docker (www.docker.com) is an open platform making it easier to create, deploy, and run applications by using containers. |
Thai |
---|
Docker (www.docker.com) เป็นแพลตฟอร์มเปิดที่ทำให้การสร้างปรับใช้และเรียกใช้แอปพลิเคชันง่ายขึ้นโดยใช้คอนเทนเนอร์ |
This article describes the steps required to run Joget on Docker. With Docker, you can easily deploy Joget with just a single command. Public Joget Docker images are hosted in the Docker Hub repository ( https://hub.docker.com/u/jogetworkflow/ )
...
Thai |
---|
เรียกดูการติดตั้งที่ http://your_docker_host:8080/jw |
Once the docker instance is up, you may want to obtain the MAC address of the docker instance by using the following command.
Code Block | ||
---|---|---|
| ||
sudo docker inspect --format='{{range .NetworkSettings.Networks}}{{.MacAddress}}{{end}}' joget |
After you obtain the MAC address, you may preserve the MAC address the next time you create the same Joget instance again to ensure that Joget license tied to it continue to be valid.
Code Block | ||
---|---|---|
| ||
docker run -ti --mac-address 00:00:00:00:00:11 -d -p 8080:8080 -v /var/lib/mysql --name joget3 jogetworkflow/joget-enterprise |