moby--moby/daemon/cluster
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
..
convert Merge pull request #29041 from aaronlehmann/hide-updatestatus 2016-12-08 13:55:13 +01:00
executor Fix missing IPAM options in swarm network mode 2016-12-10 09:29:50 -08:00
provider Add engine-api types to docker 2016-09-07 11:05:58 -07:00
cluster.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
filters.go secrets: secret management for swarm 2016-11-09 14:27:43 -05:00
helpers.go move func getNetwork into helper.go to keep consistent 2016-11-16 00:28:56 +08:00
listen_addr.go Reject unspecified advertise addr on swarm init 2016-11-28 15:44:06 -08:00
listen_addr_linux.go Add fallback to resolveSystemAddr() in linux 2016-09-09 13:27:57 -07:00
listen_addr_others.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
listen_addr_solaris.go Add functional support for Docker sub commands on Solaris 2016-11-07 09:06:34 -08:00
noderunner.go not export errors and forbid leave when unlocked 2016-12-07 13:25:34 +08:00
secrets.go Switch cluster locking strategy 2016-11-30 14:59:12 -08:00
utils.go Switch cluster locking strategy 2016-11-30 14:59:12 -08:00