def destroy(self, config, client): docker_stack( command='rm', stack_name='portainer' )
def build(self, config, client): docker_stack( command='deploy', compose_file=os.path.dirname(__file__) + '/docker-compose.yml', stack_name='portainer' )
def destroy(self, config, client): docker_stack(command='rm', stack_name='traefik')
def destroy(self, config, client): docker_stack(command='rm', stack_name='visualizer')
def destroy(self, config, client): docker_stack(command='rm', stack_name='registry')
def destroy(self, config, client): docker_stack(command='rm', stack_name='logging')