Remove comments

This commit is contained in:
Tania Allard
2022-02-03 15:29:11 +00:00
parent 4953231f9d
commit fc436154f7

View File

@@ -221,9 +221,6 @@ If you have also **created a new user**, you might be experiencing any of the fo
- Use `docker inspect <container_id>` and look for the [`Mounts` section](https://docs.docker.com/storage/volumes/#start-a-container-with-a-volume) to verify that the volume was created and mounted accordingly:
```json
# for example, for a my-vol volume created with
# docker volume create --name <my-vol>
"Mounts": [
{
"Type": "volume",