|
We provide a Docker image ready to launch a standalone Petals ESB container. It can be downloaded from Docker hub. Launching the Petals ESB containerPre-requisitesIt is assumed Docker is already installed on your machine. Downloading the Docker image of Petals ESB containerType in the following command: docker pull petals/petals-esb-container:5.1.0 Starting Petals ESBType in: docker run -d -p 7700:7700 -p 7800:7800 --name petals petals/petals-esb-container:5.1.0
Connecting to Petals ESBYou can connect with usual tools: [Petals CLI] or Petals Cockpit Getting Petals logsType in docker logs petals to watch Petals logs. Introspecting the containerType in docker exec -ti petals /bin/bash. Stopping PetalsUse docker stop petals to stop the container and docker start petals to relaunch it. Deleting the containerUse docker rm -f petals to stop and delete the container. |
Table of contents Contributors
No contributors found for: authors on selected page(s)
|