mirror of https://github.com/docker/docs.git
Merge pull request #20197 from nathanpeper/patch-1
Update jupyter.md for minor spelling from 'Dockefile' to 'Dockerfile'
This commit is contained in:
commit
561db422de
|
|
@ -322,7 +322,7 @@ $ docker compose up --build
|
|||
|
||||
This command builds your image and runs it as a container using the instructions
|
||||
specified in the `compose.yaml` file. The `--build` option ensures that your
|
||||
image is rebuilt, which is necessary if you made changes to your `Dockefile`.
|
||||
image is rebuilt, which is necessary if you made changes to your `Dockerfile`.
|
||||
|
||||
To access the container, in a web browser navigate to
|
||||
[localhost:8889/lab?token=my-token](http://localhost:8889/lab?token=my-token).
|
||||
|
|
@ -418,4 +418,4 @@ Related information:
|
|||
- [Dockerfile reference](/reference/dockerfile/)
|
||||
- [Compose file reference](/compose/compose-file/)
|
||||
- [Docker CLI reference](reference/cli/docker/)
|
||||
- [Jupyter Docker Stacks docs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
|
||||
- [Jupyter Docker Stacks docs](https://jupyter-docker-stacks.readthedocs.io/en/latest/)
|
||||
|
|
|
|||
Loading…
Reference in New Issue