- DaoCloud Co,.Ltd
- Shanghai
- allen.sun@daocloud.io
- https://www.daocloud.io
Pinned repositories
-
docker/swarmkit
A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.
1,204 contributions in the last year
Contribution activity
January 2017
Created a pull request in docker/docker
that received 6
comments
return error when listNode fails
Signed-off-by: allencloud [email protected]
fixes #29520
- What I did
When c.Inspect() and ListNodes fail, we set the error to Info;
change th…
- validate healthcheck params in daemon side
- fix a typo error
- [combined] fix typo
- purify error message in cli for create and run command
- Remove attachable network on swarm leave
- return error when listNode fails
- [WIP]emit network connect event after container toDisk
- [1.13.x] devmapper: Return device id in error message
- return err when (dis)connecting a non-exist network
- update events related doc and swagger.yml
- fix volume ls filter driver
- support registry mirror config reload
Created an issue in docker/docker
that received 4
comments
daemon allows creating two network with same name when checkDuplicate is false, REASONABLE?
Description
Hi, All,
I found that we could create two bridge networks with same name, as we use a field "checkDuplicate":false, in the api request …