summaryrefslogtreecommitdiff
path: root/core/modules/docker.tr.en
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/docker.tr.en')
-rw-r--r--core/modules/docker.tr.en10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/modules/docker.tr.en b/core/modules/docker.tr.en
new file mode 100644
index 0000000..59844f2
--- /dev/null
+++ b/core/modules/docker.tr.en
@@ -0,0 +1,10 @@
+run=🧪 [docker] Running container '{name}' with image '{image}'
+stop=🛑 [docker] Stopping container '{name}'
+remove=🧹 [docker] Removing container '{name}'
+build=🏗️ [docker] Building image '{image}' from '{path}'
+exec=🚀 [docker] Executing command in '{name}': {command}
+unsupported=❌ [docker] Unsupported action '{action}'
+missing_ssh=❌ [docker] ssh is not available.
+ssh_ok=✅ [docker] ssh is available.
+missing_docker=⚠️ [docker] docker not available locally. Assuming it exists on the remote host.
+docker_ok=✅ [docker] docker available locally.