-
Updated
May 30, 2020
docker-api
Here are 49 public repositories matching this topic...
-
Updated
Jun 9, 2020 - Go
This should enable the use from https://github.com/borkdude/babashka and would be cool AF!
-
Updated
Jun 5, 2020 - Python
-
Updated
Mar 23, 2017 - Ruby
-
Updated
Oct 21, 2019 - Python
-
Updated
Jan 4, 2018 - Go
The docker docs are pretty bad for optional args to any of the commands but
To filter a service by name in the task API you need a request of the form
curl -v --unix-socket /var/run/docker.sock -X GET http:/v1.32/tasks?filters=%7B%22service%22%3A%7B%22service_name%22%3Atrue%7D%7D
The request library is restructuring the query part of the URI to something like
`curl -v --unix-socket /
-
Updated
May 3, 2020 - Swift
-
Updated
Apr 7, 2020 - Lua
-
Updated
Sep 23, 2018 - Go
-
Updated
Apr 18, 2019 - Jupyter Notebook
-
Updated
Oct 24, 2016 - Rust
-
Updated
Jan 28, 2018 - Elixir
-
Updated
Apr 28, 2018 - HCL
-
Updated
Apr 23, 2017 - Makefile
-
Updated
Apr 10, 2017 - Elixir
-
Updated
Jul 25, 2017 - Go
-
Updated
Feb 22, 2020 - Go
-
Updated
Apr 27, 2019 - Lua
-
Updated
Feb 9, 2018 - Python
-
Updated
Apr 20, 2017 - Shell
-
Updated
May 26, 2017 - Go
-
Updated
May 8, 2019
-
Updated
Oct 22, 2019 - TypeScript
-
Updated
May 14, 2019 - JavaScript
Improve this page
Add a description, image, and links to the docker-api topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-api topic, visit your repo's landing page and select "manage topics."


Current Behavior
README.md doesn't say that a service is removed by default and the
--removeflag example doesn't use the flag.Expected Behavior
The docs should show an example with the non-default behavior, and it should be explained that services are removed by default.