|
|
|
|
|
by t3h2mas
2899 days ago
|
|
When I develop locally using Docker, I live link my code directory into the container. I.E. docker run -v "$PWD":/some/app/location ... My editor doesn't know I'm using Docker. You can change your workflow when you want to deploy to a container registry, etc. |
|