WordPress and docker setup
Below commands will setup WordPress, MySQL & PHPMyAdmin with a single command. Add the code below to “docker-compose.yaml” and run the command
Below commands will setup WordPress, MySQL & PHPMyAdmin with a single command. Add the code below to “docker-compose.yaml” and run the command
Show commands & management commands Docker version info Show info like number of containers, etc WORKING WITH CONTAINERS Create an run a container in foreground Create an run a container in background Shorthand Naming Containers TIP: WHAT RUN DID Looked for image called nginx in image cache If not found in cache, it looks to …
Useful Resources for AWS Cloud Certifications Recently I passed my AWS Certified Cloud Practitioner, AWS Certified Developer – Associate and AWS Certified Solution Architect – Associate certifications. Here is the list of resources which I used to prepare for these AWS Certification exams: Stephane Maarek courses from Udemy Neal Davis courses from Digital Cloud Training …
Here is the list of most commonly used docker commands: docker –version This is used to check the version of the current installed docker. docker pull image_name This is used to pull images from the docket repository – hub.docker.com docker push image_name This is used to push an image to the docker repository at hub.docker.com …