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:...
Hereās the solution: 1. Login to docker hub.2. Click on account settings in the top right corner.3. Scroll down to token.4. Create a token.5. ssh to...
Basic GIT commands: git init - initialize an empty git VCS(version control system) repository. git status - for knowing untracked files. git add...
Open VS code terimal. Run: python -m ensurepip --upgrade Check pip installed or not, for this run: python -m pip --version Now run python: python...