Guest User

Untitled

a guest
Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. $ docker inspect modeanalytics/bridge-client | jq '.[0].Config.Entrypoint'
  2. [
  3. "/bin/sh",
  4. "-c",
  5. "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"
  6. ]
Add Comment
Please, Sign In to add comment