Docker 101: Looking at WordPress' Docker Image and Comparing it to My Custom Docker Image

Published: 16 December 2018
on channel: WebDev Dave
182
2

What's going on Youtube?

So in todays video, we will take a look at the WordPress Docker Image and compare their image to my custom image.

Before we can begin our comparison, we need to create a docker container using the WordPress Image. Like normal, we will create a standalone database container, which we will later link to the WordPress Container.

Once we have the database container running, we can create our WordPress container. When we create the container, we want to make sure to pass any needed information about the database.

After we have finished adding all the needed host-entries, we should have a working site.

TL;DR:
WordPress's Image set up creates a basic web environment, meaning that this image was designed to be extended
WordPress's Image is built based on an Debian OS
I would recommend the WordPress's Image for those that are new to Docker and would like to experiment with it

#Source
https://hub.docker.com/_/wordpress/

#Musical Selection
Nsolo - Exile    • Nsolo - Exile  
Nsolo - Hush    • Nsolo - Hush  


Watch video Docker 101: Looking at WordPress' Docker Image and Comparing it to My Custom Docker Image online without registration, duration hours minute second in high quality. This video was added by user WebDev Dave 16 December 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 182 once and liked it 2 people.