About 595,000 results
Open links in new tab
  1. How to run a bash script on wsl with powershell? - Stack Overflow

    May 7, 2022 · On my current directory on Windows, I have the following script file simple_script.sh: #!/bin/bash echo "hi from simple script" I wish to run this script on wsl via the …

  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. 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 …

  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 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 …

  6. Windows Server 2022: Install docker container runtime for Linux …

    May 12, 2022 · There is a now a possibility to run Linux Containers on Windows Server 2022 using WSL 2 , for development and testing purposes, have a look at this article from microsoft …

  7. How to Run Docker Linux Containers on Windows Server 2016 …

    Nov 18, 2020 · This won't let you run Windows and Linux containers in parallel. You can only run one or the other. This also won't start docker automatically at startup (not until you login). To …

  8. How to use SSH to run a local shell script on a remote machine?

    1450 I have to run a local shell script (windows/Linux) on a remote machine. I have SSH configured on both machine A and B. My script is on machine A which will run some of my …

  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. WSL run linux from windows without spawning a cmd-window

    Dec 19, 2016 · WSL run linux from windows without spawning a cmd-window Asked 8 years, 11 months ago Modified 1 year, 10 months ago Viewed 19k times