mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-14 12:26:51 +00:00
Add scripts for attaching to running container
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php53" bash -l
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php54" bash -l
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php55" bash -l
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php56" bash -l
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php70" bash -l
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php71" bash -l
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php72" bash -l
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php73" bash -l
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
# Attach to running container.
|
||||
|
||||
docker exec --interactive --tty "php74" bash -l
|
||||
Reference in New Issue
Block a user