- Install docker latest from https://www.docker.com.
Start container:
docker compose up -d
Stop container:
docker compose stop
- Open the hosts file
sudo nano /etc/hosts
and add127.0.0.1 learn.test
. - Start container
- Please check http://learn.test
- Switch to *nix based OS.
- Follow instructions above.