In my dev machine, I have an application container with the installed code directory fe -v / host / code: / app / code
What is the best practice for deploying such containers for production? How to pack this mount binding inside the container so that in prod I could only do “docker loading” ... and it all worked.
zim32 source
share