Ejemplo n.º 1
0
 def destroy(self, config, client):
     docker_stack(
         command='rm',
         stack_name='portainer'
     )
Ejemplo n.º 2
0
 def build(self, config, client):
     docker_stack(
         command='deploy',
         compose_file=os.path.dirname(__file__) + '/docker-compose.yml',
         stack_name='portainer'
     )
Ejemplo n.º 3
0
 def destroy(self, config, client):
     docker_stack(command='rm', stack_name='traefik')
Ejemplo n.º 4
0
 def destroy(self, config, client):
     docker_stack(command='rm', stack_name='visualizer')
Ejemplo n.º 5
0
 def destroy(self, config, client):
     docker_stack(command='rm', stack_name='registry')
Ejemplo n.º 6
0
 def destroy(self, config, client):
     docker_stack(command='rm', stack_name='logging')