Skip to content

Commit

Permalink
Update instructions for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvv committed Dec 2, 2024
1 parent c9e89d5 commit d79cb85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 08-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $ vagrant halt
## Aan de slag!

- Open de labo-opdracht (dockerlab/assignment.md)
- Open een browsertabblad en surf naar <http://192.168.56.20:9000> (Portainer UI)
- Open een browsertabblad en surf naar <http://localhost:9000> (Portainer UI)
- Volg de stappen in de opgave!

# Belangrijke competenties
Expand Down Expand Up @@ -176,8 +176,11 @@ docker image history

## Docker-compose

- Download [docker/getting-started-app](https://github.com/docker/getting-started-app) repo as .ZIP
- extract in `dockerlab/labs/`
- follow instructions in lab assignment

```console
edit docker-compose.yml
docker-compose up -d
```

Expand Down

0 comments on commit d79cb85

Please sign in to comment.