#dockerfile
Read more stories on Hashnode
Articles with this tag
Firstly, we have to pull the mysql server. Steps to do this: Open your EC2 terminal. Run: docker pull mysql Then, clone the application to your...
Hereās the steps: Make your current directory to that of docker fileās directory. Run: docker build -t java-app . Run: docker run java-app java...
We will make a docker file for a simple java application so firstly we have to clone it.Copy this link:...