Docker

  • How to create docker images

    How to create docker images

    Step 1: Create directory Step 2: create docker file for this command And past this all command Step 3: Permission xammp for this command Step 4: build dockerfile for this command Step 5: run this xammp docker run –name myXampp -p 41061:22 -p 80:80 -d -v ~/my_web_pages:/opt/lampp/htdocs tomsik68/xampp:8.1.6 Step 6: after that got to my_web_pages…

  • How to install Docker on Windows ?

    How to install Docker on Windows ?

    , , , ,

    This article will teach me how to install Docker on a Windows computer. By following this tutorial, I was able to install Docker on Windows quite simply. Step 1: Go to this URL :- https://docs.docker.com/desktop/install/windows-install/ Step 2 : Next go to open turn windows features on or off Step 3: Next to install Linux Step…

  • docker:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

    docker:Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

    , , ,

    Error: Sulotion: You should first start and enable docker in systemctl Step 1: Step 2: Step 3: