AWS EC2 – Docker + Mysql Installation Commands
I have just created Amazon Linux EC2 instance. In case something went wrong then use the below commands to remove […]
» Read morenext gen Developer
I have just created Amazon Linux EC2 instance. In case something went wrong then use the below commands to remove […]
» Read moreStep 1: Docker Export in Machine 1: Step 2: Run From Machine 1 to copy .gz file to Machine 2: […]
» Read moreHow to change Global Access Control from Google login to jenkins login ? Google login is really helpful to control […]
» Read moreAlways take necessary backups. You can go to Manage Jenkins -> Available -> Backup plugin and backup the jobs and […]
» Read moreHow to install MySQL in Docker ? Installing Particular Version [code] sudo docker pull mysql/mysql-server:5.7 [/code] Installing Latest Version […]
» Read moreSpring Boot Docker Deployment Steps Pre requisite: Install Java. [code] sudo yum install java-1.8.0 sudo yum remove java-1.7.0-openjdk [/code] Install […]
» Read moreDocker basic commands for beginners: dicker ps To see running docker processes. docker ps -a To see all the docker […]
» Read more