cruizba / ubuntu-dind

A docker image based in ubuntu to run docker containers inside docker containers
Apache License 2.0
169 stars 76 forks source link

Forward commands from `docker run`. #8

Closed vladfi1 closed 1 year ago

vladfi1 commented 1 year ago

Currently any commands given to docker run are ignored. This allows the user to specify their own commands, while defaulting to bash if no command is given.

cruizba commented 1 year ago

Looks good to me :)