Port Forwarding for WSL2+Vscode, Docker Desktop with Wordpress+Xdebug3(+Certbot)
Quickly setup port fowarding for WSL2 to receive Xdebug signal within a Docker Container
Read moreA collection of 7 posts
Quickly setup port fowarding for WSL2 to receive Xdebug signal within a Docker Container
Read moreDocker Compose provides an efficient manner to update base images all at once
Read moreA flexible starting template for full stack development with Laravel as API endpoint and admin dashboard and vuejs SPA as frontend application. It enables unit testing with each components, regular dependency updates, local hosting and development servers. VS Code is the default coding tool.
Read moreDocker Set-up for Wordpress Development Define Services in a Compose File Reference # Version of the Compose file format # Version 3 is the most current and recommended one version: "3" # Top building block that defines # All containers used for this service services: # Container 1 # https://hub.docker.com/_/mysql db: # Image
Read moreThe very basic docker setup for WordPress theme development or local staging in a Virtual Machine using VirtualBox with Window 10 as host.
Read morePrerequisite -System: Ubuntu 16.04 -install docker -[install docker-compose](https://docs.docker.com/compose/install/) -clone laradock Config Laradock to Support Multiple Projects Direct Laradock to look at the correct directory // edit .env Provided folder structure + laradock + projecta + projectb # Point to the path of your applications code on your
Read moreInstallation Normal Windows Installer Command version check * docker --version * docker-compose --version * docker-machine --version * docker version detailed description of docker * docker info Images Fixed point of a (fixed, saved)container docker images list all the local images Image to Container docker run -ti ubuntu:latest bash run bash on ubuntu (image)
Read more