Esempio n. 1
0
        public async Task <String> inspectSwarmAsync()
        {
            SwarmInspectResponse response = await this.client.Swarm.InspectSwarmAsync();

            return(response.ToString());
        }
Esempio n. 2
0
        public static async Task Init(List <Server> _Servers)
        {
            SwarmManagerInfo = await Client.Docker.Swarm.InspectSwarmAsync();

            Servers = _Servers;
        }