mirror of https://github.com/docker/docker-py.git
Some network integration tests are creating networks with subnet `2001:389::1/64`. This is an invalid subnet as the host fragment is non-zero (ie. it should be `2001:389::/64`). PR moby/moby#45759 is adding strict validation of network configuration. Docker API will now return an error whenever a bad subnet is passed. Signed-off-by: Albin Kerouanton <albinker@gmail.com> |
||
|---|---|---|
| .. | ||
| gpg-keys | ||
| integration | ||
| ssh | ||
| unit | ||
| Dockerfile | ||
| Dockerfile-dind-certs | ||
| Dockerfile-ssh-dind | ||
| __init__.py | ||
| helpers.py | ||