Skip to content

monoceros add-from-url

Registers an HTTPS install-script URL that is run via curl -fsSL <url> | sh on every container build - the escape hatch for tools with neither a devcontainer feature nor an apt package.

Terminal window
monoceros add-from-url <name> <url> [--yes]
Terminal window
monoceros add-from-url acme https://example.com/install.sh
  • Idempotent. Re-adding the same URL is a no-op.
  • No confirmation prompt. The edit is written straight to the yml as soon as you run the command.
  • Runs on every build. The script executes on each monoceros apply, not just once - make sure it is safe to re-run, and only add URLs you trust (the script runs with the container user’s privileges).