Skip to content

Instantly share code, notes, and snippets.

@jyotty
Created June 18, 2018 22:19
Show Gist options
  • Save jyotty/9169c49dddc77347caa1dd554c3c659f to your computer and use it in GitHub Desktop.
Save jyotty/9169c49dddc77347caa1dd554c3c659f to your computer and use it in GitHub Desktop.
jfc
$ 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