Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

wslutilities/docker-fake_wsl_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake WSL environment

Docker Pulls

A fake WSL environment for preforming WSL specific tasks in Docker or CI.

https://hub.docker.com/r/patrick330602/fake_wsl_env/

To download the image, run docker pull patrick330602/fake_wsl_env

To build locally, clone the repo and run docker -t <whatever-the-name-you-want> . in the folder.

Why?

Why not?

Well, because there is currently not a good way to test WSL-related projects on most CI, since:

  • Windows Server Docker do not support installing WSL feature(asks for reboot but will hang on reboot);
  • All CIs do not provide WSL support, including AppVeyor(Issue #1295).
    • Currently, AppVeyor have started testing WSL on CI. You can request a test from the above link.

What's in this docker?

Exec.

  • cmd.exe
  • powershell.exe
  • reg.exe
  • explorer.exe
  • xcopy.exe

Folder/Files

  • /etc/fake-wsl-release
  • /mnt/c/

License

GPL v 3.0.

About

A fake WSL environment for preforming WSL specific tasks in Docker or CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages