update index
This commit is contained in:
parent
53c28a964a
commit
6325d242f6
|
@ -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,
|
||||
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
|
||||
docker run -d -p 80:80 docker/getting-started
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue