Skip to content

Instantly share code, notes, and snippets.

@arthurfnsc
Last active January 30, 2017 00:14
Show Gist options
  • Save arthurfnsc/638d64ad26edb677dff1fe6e224706f6 to your computer and use it in GitHub Desktop.
Save arthurfnsc/638d64ad26edb677dff1fe6e224706f6 to your computer and use it in GitHub Desktop.
Run DataPower Docker container
docker run -it \
-v $PWD/config:/drouter/config \
-v $PWD/local:/drouter/local \
-e DATAPOWER_ACCEPT_LICENSE=true \
-e DATAPOWER_INTERACTIVE=true \
-p 9090:9090 \
-p 9022:22 \
-p 5554:5554 \
-p 8000-8010:8000-8010 \
--name datapower \
ibmcom/datapower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment