mirror of https://github.com/docker/docs.git
Merge pull request #21844 from urivano/sharing_local_files_w_containers_typo
fixing typo
This commit is contained in:
commit
88205ba474
|
@ -101,7 +101,7 @@ Using a bind mount, you can map the configuration file on your host computer to
|
|||
$ mkdir public_html
|
||||
```
|
||||
|
||||
3. Change the directory to `public_html` and create a file called `index.html` with the following content. This is a basic HTML document that creates a simple webpage that welcomes you with a friendly whale.
|
||||
3. Navigate into the newly created directory `public_html` and create a file called `index.html` with the following content. This is a basic HTML document that creates a simple webpage that welcomes you with a friendly whale.
|
||||
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
|
|
Loading…
Reference in New Issue