summaryrefslogtreecommitdiff
path: root/core/modules/docker.tr.en
blob: 59844f270eafae2d75a00ed8e44745100590b25d (plain)
1
2
3
4
5
6
7
8
9
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.