Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blacksmithop/dockervolumepython
https://github.com/blacksmithop/dockervolumepython
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/blacksmithop/dockervolumepython
- Owner: blacksmithop
- Created: 2023-07-31T09:28:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T09:47:53.000Z (over 1 year ago)
- Last Synced: 2024-10-15T02:16:09.219Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DockerVolumePython
## 1. docker volume create static-files
> @blacksmithop ➜ /workspaces/DockerVolumePython (main) $ docker volume inspect static-files
```json
[
{
"CreatedAt": "2023-07-31T09:29:54Z",
"Driver": "local",
"Labels": {},
"Mountpoint": "/var/lib/docker/volumes/static-files/_data",
"Name": "static-files",
"Options": {},
"Scope": "local"
}
]
```