Skip to content

Commit 72b291d

Browse files
committed
Fix ls command
1 parent 825a420 commit 72b291d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workshop/content/docs/introduction/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ setup provided to you is actually working. The configuration file for Docker Com
7070

7171
```bash
7272
docker compose up -d
73-
docker ls # verify that the mapserver container is running
73+
docker container ls # verify that the mapserver container is running
7474
# visit http://localhost:5000 in your browser
7575
docker logs --follow mapserver # view logs
7676
docker compose stop

0 commit comments

Comments
 (0)