Skip to content

Commit

Permalink
removed registry
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Jones <richard@dagger.io>
  • Loading branch information
Richard Jones committed Oct 5, 2021
1 parent f48d145 commit 7c55d38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/learn/tests/doc.bats
Expand Up @@ -20,8 +20,6 @@ setup() {
dagger --project "$DAGGER_SANDBOX" -e 'local' input socket run.socket /var/run/docker.sock
dagger --project "$DAGGER_SANDBOX" -e 'local' input dir app.source "$DAGGER_SANDBOX"

docker run -d -p 5000:5000 --name registry registry:2

dagger --project "$DAGGER_SANDBOX" -e 'local' up

until docker inspect --format "{{json .State.Status }}" todoapp | grep -m 1 "running"; do sleep 1 ; done
Expand Down

0 comments on commit 7c55d38

Please sign in to comment.