update index

This commit is contained in:
Allan Lires 2023-10-31 16:08:20 -06:00
parent 53c28a964a
commit 6325d242f6
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ Congratulations! You have started the container for this tutorial!
Let's first explain the command that you just ran. In case you forgot, Let's first explain the command that you just ran. In case you forgot,
here's the command: here's the command:
```cli
docker run -d -p 80:80 allanl95/getting-started-bootdotdev
```
You can try dockers official image by running: (Note Boot.dev's HTTP tests will not work against Docker's official image)
```cli ```cli
docker run -d -p 80:80 docker/getting-started docker run -d -p 80:80 docker/getting-started
``` ```