fix(core): update

This commit is contained in:
2019-09-08 16:34:26 +02:00
parent b5c4727bae
commit 424e911804
6 changed files with 526 additions and 197 deletions

View File

@ -9,6 +9,10 @@ tap.test('should create a new Dockersock instance', async () => {
return expect(testDockerHost).to.be.instanceof(docker.DockerHost);
});
tap.test('should create a docker swarm', async () => {
});
// Containers
tap.test('should list containers', async () => {
const containers = await testDockerHost.getContainers();