Skip to content

Commit f4c41cb

Browse files
committed
Add scripts for attaching to running container
1 parent 14317ca commit f4c41cb

File tree

9 files changed

+27
-0
lines changed

9 files changed

+27
-0
lines changed

tests/dockerfiles/php53/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php53" bash -l

tests/dockerfiles/php54/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php54" bash -l

tests/dockerfiles/php55/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php55" bash -l

tests/dockerfiles/php56/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php56" bash -l

tests/dockerfiles/php70/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php70" bash -l

tests/dockerfiles/php71/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php71" bash -l

tests/dockerfiles/php72/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php72" bash -l

tests/dockerfiles/php73/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php73" bash -l

tests/dockerfiles/php74/attach.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Attach to running container.
2+
3+
docker exec --interactive --tty "php74" bash -l

0 commit comments

Comments
 (0)