About 895,000 results
Open links in new tab
  1. windows - How to start the docker daemon? - Stack Overflow

    May 25, 2017 · 34 If you're using Docker for Windows, Then simply start the desktop app installed in C:\Program Files\Docker\Docker\Docker Desktop.exe You can also stop Docker for …

  2. Mount current directory as a volume in Docker on Windows 10

    Description I am using Docker version 1.12.5 on Windows 10 via Hyper-V and want to use container executables as commands in the current path. I built a Docker image that is running …

  3. Windows doesn't recognize Docker command - Stack Overflow

    I already installed Docker for windows. when I type docker --version command in Command prompt, it doesn't recognize it at all. The message will be this: 'docker' is not recognized as an …

  4. How do I specify a PowerShell script as a Docker container entry …

    Apr 16, 2018 · I need to run a [Windows] Docker container as an executable, running a rather involved PowerShell script (invoking Java and .NET applications) and exiting. Docker …

  5. Command "docker" not recognized in windows powershell

    Sep 20, 2020 · When I instead include the file extension and type "docker.exe version" the command can be executed. The interesting thing is that "docker version" works in a cmd …

  6. docker - How to run Powershell script in DockerFile? - Stack …

    Nov 6, 2017 · I try these below commands in dockerfile but it didnot run the script.so are there any other commands for running the ps script in dockerfile? ADD Windowss.ps1 . CMD powershell …

  7. How to pass a command to a docker container with PowerShell?

    Jun 28, 2021 · I would like to send a command to an already existing docker container. I am forced to do it via powershell or CMD, git bash not giving the correct Windows path using pwd.

  8. Docker command line to switch to running linux containers on …

    Jul 17, 2019 · PS C:\Program Files\Docker> docker pull my-linux-based-image Pulling from my-linux-based-image image operating system "linux" cannot be used on this platform On my …

  9. Can I run Docker Desktop on Windows without admin privileges?

    Docker is insecure by design, if a user can run docker command without admin rights (.i.e. belongs to docker group) this basically means that this user can escape the container and …

  10. How do I add myself to the docker-users group on Windows?

    237 Run this command from an administrator command window to add your user id to the docker-users group and log back into your user account for it to take effect. net localgroup docker …