1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router/network
Akihiro Suda edfbc3b876 api: allow creating a network of which name is the prefix of the ID of a swarm network
Previously, it doesn't allow creating such a network:

e.g.

    $ docker network inspect -f '{{.Id}}' ingress
    84xh9knigj6zyt00u31e26nj3
    $ docker network create 84
    Error response from daemon: network with name 84 already exists

Fix #27866

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2016-12-15 15:09:06 +00:00
..
backend.go Convert DanglingOnly to Filters for docker image prune 2016-12-02 20:08:49 -08:00
filter.go AcceptedFilters in router/network/filter.go should not be exported 2016-11-28 14:14:50 +01:00
network.go add docker network prune 2016-10-25 06:43:54 +00:00
network_routes.go api: allow creating a network of which name is the prefix of the ID of a swarm network 2016-12-15 15:09:06 +00:00