About 280,000 results
Open links in new tab
  1. How to run .sh on Windows Command Prompt? - Stack Overflow

    Oct 23, 2014 · On Windows 10 Anniversary Update, it's even easier to run shell commands in/with bash on ubuntu on windows I was trying to set my region for my x-wrt r7000 netgear router, I …

  2. Can Windows containers be hosted on Linux? - Stack Overflow

    No, you cannot run Windows containers directly on Linux. But you can run Linux on Windows. Windows Server 2016 and above comes packaged with a base image of the Ubuntu OS (after …

  3. How to run a bash script on wsl with powershell? - Stack Overflow

    May 7, 2022 · I wish to run this script on wsl via the powershell command line. Using the wsl command, I could not find a way to tell wsl to invoke the script code. The following command …

  4. Single script to run in both Windows batch and Linux Bash?

    Jul 7, 2013 · Here's a full, dual-compatible program that runs in Windows cmd.exe and in Bash, either in Git Bash in Windows, or in Bash in Linux. In Windows, this program updates the …

  5. How does Docker for Windows run Linux containers?

    Jan 9, 2017 · Docker for Windows still uses a Linux VM to run Linux containers. But instead of using Virtual Box (which is what is used with Docker Toolbox), the Linux VM is run using …

  6. Is it possible to run linux docker image on windows

    Apr 15, 2016 · As long as the docker server/engine is running under a Linux kernel, it is always possible to run the Linux docker image under it. In your case, yes! because docker engine is …

  7. Difference between "WSL2+docker desktop windows" and directly …

    Docker with WSL2 allows you to run linux containers on windows as it can be installed in WSL for windows directly. When you are building your application, you can use linux images in your …

  8. How can I run a Windows executable from WSL (Ubuntu) Bash

    Along with Windows 10 Anniversary update for summer 2016, came the possibility to run ubuntu binaries inside the new Windows Subsystem for Linux (WSL), a "lightweight" virtualized …

  9. Is there a way to run Bash scripts on Windows? [closed]

    I have bought and I use Windows 7 Ultimate, and I like to use it to develop applications. One of the down sides (as with every OS) is that I can not run Bash scripts. Is there a way to run Bash …

  10. Running Windows and Linux containers on docker and WSL

    Sep 26, 2024 · On a Windows machine running Windows 11 and the latest version of WSL (2.2.4.0), we followed this guide to set up Docker on Windows for Windows Containers, and …