Skip to content

Commit 9aa7e4e

Browse files
committed
Minor fixes and improvements on instructor images and instructions
1 parent 5e2de3c commit 9aa7e4e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

instructor/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ nexus:
2323
- data-volume
2424
restart: always
2525
postgresqlgitlab:
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
3939
gitlab:
40-
image: quay.io/sameersbn/gitlab:8.0.5
40+
image: sameersbn/gitlab:8.0.5
4141
links:
4242
- redisgitlab:redisio
4343
- postgresqlgitlab:postgresql

instructor/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)