Created
September 22, 2018 03:04
-
-
Save allanchua101/683ec5fe58978c3566f978b06fa85475 to your computer and use it in GitHub Desktop.
Running your containers
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 -d -p 52792:80 --name demo-auth-api demo/authentication-api | |
docker run -d -p 52791:80 --name demo-catalog-api demo/catalog-api | |
docker run -d -p 52790:80 --name demo-ledger-api demo/ledger-api | |
docker run -d -p 52793:80 --name demo-api-gateway demo/gateway-api |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment