Created
June 18, 2018 22:19
-
-
Save jyotty/9169c49dddc77347caa1dd554c3c659f to your computer and use it in GitHub Desktop.
jfc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker inspect modeanalytics/bridge-client | jq '.[0].Config.Entrypoint' | |
[ | |
"/bin/sh", | |
"-c", | |
"echo -n \"Downloading ${mode_bridge_release} client...\" && curl -s \"${MODE_DISTRIBUTION_URL}/public/release/mode-bridge/linux-container/${mode_bridge_release}.tgz\" | tar -xzf - && echo \"DONE\\nMode Bridge v$(cat /opt/mode/VERSION) is starting.\" && /opt/mode/mode-bridge" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment