mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Update jupyter.md for minor spelling from 'Dockefile' to 'Dockerfile'
This commit is contained in:
@@ -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/)
|
||||
|
||||
Reference in New Issue
Block a user