-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release(all): gatekeeper v0.7.0 serving WorkbenchUI at http://localho…
…st/ and API at http://localhost/api/v0.7
- Loading branch information
Martin Hecher
committed
Jul 15, 2015
1 parent
a013a1c
commit 62f25d6
Showing
3 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
#!/bin/sh | ||
docker rm -f api-gatekeeper | ||
docker run --name api-gatekeeper -d -p 8080:80 local/api-gatekeeper | ||
docker rm -f api-gatekeeper-v0.7.0 | ||
|
||
docker run -d -p 80:80 --name api-gatekeeper-v0.7.0 \ | ||
--link workbench-ui-v0.7.0:workbench-ui-v0.7.0 \ | ||
--link microservice-sessions-v0.7.0:microservice-sessions-v0.7.0 \ | ||
--link microservice-metadata-extraction-v0.7.0:microservice-metadata-extraction-v0.7.0 \ | ||
--link microservice-sda-v0.7.0:microservice-sda-v0.7.0 \ | ||
--link microservice-sipgenerator-v0.7.0:microservice-sipgenerator-v0.7.0 \ | ||
local/api-gatekeeper |