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
WordPress and docker setup Read More »
Below commands will setup WordPress, MySQL & PHPMyAdmin with a single command. Add the code below to “docker-compose.yaml” and run the command
WordPress and docker setup Read More »
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
Most commonly used commands for Docker Read More »