sandiegopython / pythonsd-django

http://sandiegopython.org/
MIT License
7 stars 5 forks source link

Fix dockershell command #166

Closed fyliu closed 3 months ago

fyliu commented 3 months ago

run creates a new container from the docker image. exec runs in the existing running container, which is what we want.