Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals

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.

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

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.