Last active
January 30, 2017 00:14
-
-
Save arthurfnsc/638d64ad26edb677dff1fe6e224706f6 to your computer and use it in GitHub Desktop.
Run DataPower Docker container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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