Dockering a stand-alone Petals ESB container

Version 1 by Christophe DENEUX
on Apr 03, 2018 10:06.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History

h2. Downloading the Docker image of Petals ESB container
Type in the following command: *{{docker pull petals/petals-esb-container:5.12.0}}*

h2. Starting Petals ESB

Type in: *{{docker run -d -p 7700:7700 -p 7800:7800 --name petals petals/petals-esb-container:5.12.0}}*
You can verify the container works with: *{{docker ps}}*