Created
March 6, 2018 16:31
-
-
Save VireshDoshi/8caf7098c93775553b921b9fbd90cc87 to your computer and use it in GitHub Desktop.
shell output
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
(bdd_env1) [vdo023@localhost concourse]$ docker-compose up -d | |
Creating network "concourse_default" with the default driver | |
Pulling concourse-db (postgres:9.6)... | |
9.6: Pulling from library/postgres | |
4176fe04cefe: Pull complete | |
b3acc6da98ed: Pull complete | |
ef28401016a4: Pull complete | |
f53d3f24be68: Pull complete | |
faa03ed01c16: Pull complete | |
2bd2f4dc2cd2: Pull complete | |
b1ddf4f229b3: Pull complete | |
6e4e58b2b7f4: Pull complete | |
cb31372752a2: Pull complete | |
1d08352f826a: Pull complete | |
8b032893089e: Pull complete | |
55c1f61d6276: Pull complete | |
Digest: sha256:e20d6068f3684303383d11fb529bed49ec93fc36c018bf4f59033e0348371285 | |
Status: Downloaded newer image for postgres:9.6 | |
Pulling concourse-web (concourse/concourse:latest)... | |
latest: Pulling from concourse/concourse | |
1be7f2b886e8: Already exists | |
6fbc4a21b806: Already exists | |
c71a6f8e1378: Already exists | |
4be3072e5a37: Already exists | |
06c6d2f59700: Already exists | |
fb7a2bb5a078: Pull complete | |
93d121647944: Pull complete | |
9e2cd85e714d: Pull complete | |
Creating concourse_concourse-db_1 ... done | |
Status: Downloaded newer image for concourse/concourse:latest | |
Creating concourse_concourse-web_1 ... done | |
Creating concourse_concourse-web_1 ... | |
Creating concourse_concourse-worker_1 ... done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment