Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

Docker Lab, Excercise & Assignment – 6 – Docker Linking

Required Images.

$ docker pull mysql
$ docker pull wordpress

Run the mySql Docker Container

$ docker run --name wpmysql -e MYSQL_ROOT_PASSWORD=password -d mysql:5.5
$ docker ps

Run the wordpress Docker Container

$ docker run --name mywp --link wpmysql:mysql -P -d wordpress

Run the following commands and what kinds of environment variables its get exposed to wordpress after linking the docker.

$ docker run --rm --link wpmysql:mysql -P wordpress env

Now, Access the wordpress site and Lets add some pages and post into it and commit it and store with another name.

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.