Allen Sun
Allen Sun
Hi, I have a question for the project. Now there is a line of code : ``` func A() error{ return errors.Wrap(code, msg) } ``` Then I have a caller...
Hi, All, I found that this project combines the most popular technology of the world, docker and blockchain. Can you give us more details of the Roadmap of this Project?...
Hi, All, Does this project have a version plan and changelog release plan. I think both of two things make users know more details about project itself. Thanks
Signed-off-by: Allen Sun
Signed-off-by: Allen Sun ### Describe what this PR does / why we need it This pull request added an underlying package hostpool to manage general host operation. This could be...
Signed-off-by: Allen Sun ### Describe what this PR does / why we need it When sealer binary runs into an error, it is quite important for sealer to throw out...
Kubefile is a top-level of sealer, and it provides the way to define what is a distributed application composed of. With Kubefile, end users have the ability to customize the...
Signed-off-by: Allen Sun ### Describe what this PR does / why we need it 1. remove several const values which are never used: `RemoteApplyYaml`, `RemoteCmdGetNetworkInterface`, `RemoteCmdExistNetworkInterface`; 2. Use built-in package...
Hi, All, Today, I found that `docker network inspect NETWORK` shows engine details when this command is against Swarm. See https://github.com/docker/swarm/issues/2349 and https://github.com/docker/swarm/pull/2275 In the response of NetworkInspectWithRaw from Swarm,...
As swarm uses engine-api to manage docker engines , there must be some api compatibility between swarm and docker engine. Now latest version of Swarm is 1.2.3, it uses engine-api....