We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825a420 commit 72b291dCopy full SHA for 72b291d
workshop/content/docs/introduction/introduction.md
@@ -70,7 +70,7 @@ setup provided to you is actually working. The configuration file for Docker Com
70
71
```bash
72
docker compose up -d
73
- docker ls # verify that the mapserver container is running
+ docker container ls # verify that the mapserver container is running
74
# visit http://localhost:5000 in your browser
75
docker logs --follow mapserver # view logs
76
docker compose stop
0 commit comments