mirror of https://github.com/docker/docker-py.git
README: fix link for CI status badge
The default branch was renamed from master to main, but the badge was still linking to the status for the master branch. Remove the branch-name so that the badge always refers to the "default" branch Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
54ec0c6bf7
commit
62b4bb8489
|
@ -1,6 +1,6 @@
|
|||
# Docker SDK for Python
|
||||
|
||||
[](https://github.com/docker/docker-py/actions/workflows/ci.yml/)
|
||||
[](https://github.com/docker/docker-py/actions/workflows/ci.yml)
|
||||
|
||||
A Python library for the Docker Engine API. It lets you do anything the `docker` command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
|
||||
|
||||
|
|
Loading…
Reference in New Issue