Skip to content

Instantly share code, notes, and snippets.

@till
Created June 14, 2021 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save till/f1e13695fd51d2c2e26ff4d36687fc01 to your computer and use it in GitHub Desktop.
Save till/f1e13695fd51d2c2e26ff4d36687fc01 to your computer and use it in GitHub Desktop.
Creating a Docker volume?
$ curl -s -o /dev/null -w "%{http_code}" -X POST \
-d '{"Name":"till-test"}' \
-H 'Content-Type: application/json' http://localhost:2375/volumes/create
201
$ curl -s -o /dev/null -w "%{http_code}" -X POST \
-d '{"Name":"till-test"}' \
-H 'Content-Type: application/json' http://localhost:2375/volumes/create
201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment