mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
➖ Remove comments
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user