added container remove add steps

This commit is contained in:
CHIEFSOFT\ameye
2025-08-08 22:45:59 -04:00
parent 1a49e43671
commit e70f76bfb4
4 changed files with 32 additions and 0 deletions
+8
View File
@@ -35,6 +35,14 @@
shell:
cmd: docker pull registry.chiefsoft.com/pweb/pweb-01-merms-pweb0004:latest
- name: stop container is currently active
shell:
cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker stop
- name: remove container is currently available
shell:
cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker rm
- name: docker compose up
shell:
chdir: "{{DESTINATION_FOLDER}}/"
+8
View File
@@ -35,6 +35,14 @@
shell:
cmd: docker pull registry.chiefsoft.com/pweb/pweb-01-merms-pweb0004:latest
- name: stop container is currently active
shell:
cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker stop
- name: remove container is currently available
shell:
cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker rm
- name: docker compose up
shell:
chdir: "{{DESTINATION_FOLDER}}/"
+8
View File
@@ -36,6 +36,14 @@
shell:
cmd: docker pull registry.chiefsoft.com/pweb/pweb-01-merms-pweb0004:latest
- name: stop container is currently active
shell:
cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker stop
- name: remove container is currently available
shell:
cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker rm
- name: docker compose up
shell:
chdir: "{{DESTINATION_FOLDER}}/"
+8
View File
@@ -36,6 +36,14 @@
shell:
cmd: docker pull registry.chiefsoft.com/pweb/pweb-01-merms-pweb0004:latest
- name: stop container is currently active
shell:
cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker stop
- name: remove container is currently available
shell:
cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker rm
- name: docker compose up
shell:
chdir: "{{DESTINATION_FOLDER}}/"