|
|
|
|
|
by vel0city
3514 days ago
|
|
Often times I'll just run the container interactively with a shell and start/stop the app manually as if it was running locally while doing development work, almost as if its a super lightweight Vagrant setup. So, something like
docker run -it -v /path/to/source:/app my_image /bin/bash |
|