コード例 #1
0
ファイル: component.py プロジェクト: iorubs/paaspure-cli
 def destroy(self, config, client):
     docker_stack(
         command='rm',
         stack_name='portainer'
     )
コード例 #2
0
ファイル: component.py プロジェクト: iorubs/paaspure-cli
 def build(self, config, client):
     docker_stack(
         command='deploy',
         compose_file=os.path.dirname(__file__) + '/docker-compose.yml',
         stack_name='portainer'
     )
コード例 #3
0
 def destroy(self, config, client):
     docker_stack(command='rm', stack_name='traefik')
コード例 #4
0
ファイル: component.py プロジェクト: iorubs/paaspure-cli
 def destroy(self, config, client):
     docker_stack(command='rm', stack_name='visualizer')
コード例 #5
0
 def destroy(self, config, client):
     docker_stack(command='rm', stack_name='registry')
コード例 #6
0
 def destroy(self, config, client):
     docker_stack(command='rm', stack_name='logging')