File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - data-volume
2424 restart : always
2525postgresqlgitlab :
26- image : quay.io/ sameersbn/postgresql:9.4-5
26+ image : sameersbn/postgresql:9.4-5
2727 environment :
2828 - DB_USER=gitlab
2929 - DB_PASS=password
@@ -37,7 +37,7 @@ redisgitlab:
3737 - /srv/docker/gitlab/redis:/var/lib/redis
3838 restart : always
3939gitlab :
40- image : quay.io/ sameersbn/gitlab:8.0.5
40+ image : sameersbn/gitlab:8.0.5
4141 links :
4242 - redisgitlab:redisio
4343 - postgresqlgitlab:postgresql
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ ping classroom.example.com and verify it works.
209209
210210[source, text]
211211----
212- docker-machine create --driver=virtualbox --virtualbox-memory=4096 --virtualbox-boot2docker-url=https://github.com/boot2docker/boot2docker/releases/download/v1.9.0/boot2docker.iso --engine-insecure-registry=classroom.example.com:5000 instructor-machine
212+ docker-machine create --driver=virtualbox --virtualbox-memory=4096 --virtualbox-cpu-count=4 --virtualbox- boot2docker-url=https://github.com/boot2docker/boot2docker/releases/download/v1.9.0/boot2docker.iso --engine-insecure-registry=classroom.example.com:5000 instructor-machine
213213----
214214
215215
You can’t perform that action at this time.
0 commit comments