问题
I need to clone code while creating docker container not while building image. How can we achieve this or How can we run commands while creating container. I have used CMD git clone "URL"
in docker file but is giving error "Option 'c' is unknown. Ignoring" while running container.
来源:https://stackoverflow.com/questions/61496659/clone-github-repo-to-docker-container-while-container-creation