Dockering a stand-alone Petals ESB container

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

Changes (3)

View Page History

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

{note}
h2. Getting Petals logs

Type in: *{{docker logs petals}}* to watch Petals logs.

h2. Introspecting the Docker container

Type in: *{{docker exec -ti petals /bin/bash}}*.
This will open a console in the container.