vjik/Docker Run Command

Run a command in a new container

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
imageDocker image to run (e.g. ubuntu:24.04, python:3.12)yes
registryDocker registry URL for authentication (e.g. ghcr.io, docker.io)no""
usernameUsername for Docker registry authenticationno""
passwordPassword or token for Docker registry authenticationno""
optionsAdditional docker run options (e.g. --network host --cpus 2)no""
volumesVolume mounts, one per line (e.g. /host/path:/container/path)no""
envEnvironment variables, one per line (e.g. MY_VAR=some value)no""
workdirWorking directory inside the containerno""
commandShell command to run inside the containeryes

no outputs