Skip to content

Instantly share code, notes, and snippets.

@ElijahLynn
Last active April 12, 2025 00:01
Show Gist options
  • Save ElijahLynn/9443e3b34b462fa6a9f730542663fe90 to your computer and use it in GitHub Desktop.
Save ElijahLynn/9443e3b34b462fa6a9f730542663fe90 to your computer and use it in GitHub Desktop.
cli wrapper for docker
I want to create a boiler plate project to create CLI commands that wrap around docker. Then have all the scripting in a Docker image and the CLI program passes the args and any ENV vars for secrets (api access) to the docker run.
I am not easily finding anything like this, but this is a start:
https://andrewlock.net/packaging-cli-programs-into-docker-images-to-avoid-dependency-hell/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment