Last active
April 12, 2025 00:01
-
-
Save ElijahLynn/9443e3b34b462fa6a9f730542663fe90 to your computer and use it in GitHub Desktop.
cli wrapper for docker
This file contains hidden or 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
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