We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669e641 commit 8f6ffe7Copy full SHA for 8f6ffe7
1 file changed
src/defaultConfig.json
@@ -28,6 +28,11 @@
28
"command": "%action% %args%",
29
"exec": false
30
},
31
+ "ip": {
32
+ "comment": "Print container IP address",
33
+ "service": "@host",
34
+ "command": "docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' %args%"
35
+ },
36
"bash": {
37
"comment": "Open the interactive terminal from default service container",
38
"command": "%action% %args%"
0 commit comments