📝 ♻️ add docker engine link + fix docker run example

This commit is contained in:
Marcello DeSales 2023-11-23 08:46:42 -08:00
parent d10159ae2e
commit f68dab9f66
No known key found for this signature in database
GPG Key ID: DC4E536EE3A84B25
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@ If you are interested in contributing to the development of mdBook, check out th
## Container ## Container
> **NOTE**: You need to have docker installed > **NOTE**: You need to have docker installed
> https://docs.docker.com/language/golang/run-containers/ > https://docs.docker.com/engine/install/
1. Locate a local directory with md files 1. Locate a local directory with md files
2. Quickly run a docker container with the current version: 2. Quickly run a docker container with the current version:
```console ```console
docker run -ti -v $(pwd)/src:/src -p 3000:3000 rust-lang/mdbook docker run -ti -v $(pwd):/mdbook -p 3000:3000 rust-lang/mdbook
``` ```
## License ## License