All Projects → redcode-labs → Easywsl

redcode-labs / Easywsl

Licence: other
Use Docker Containers as WSL Distros

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Easywsl

Dozzle
Realtime log viewer for docker containers.
Stars: ✭ 684 (+2037.5%)
Mutual labels:  docker-container
Wslgit
Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode)
Stars: ✭ 903 (+2721.88%)
Mutual labels:  wsl
Sxkdvm
SXKDVM - OSX Docker KVM / Run an OSX KVM virtual machine inside a Docker container.
Stars: ✭ 840 (+2525%)
Mutual labels:  docker-container
Centwsl
[DISCONTINUED] CentOS based WSL distribution
Stars: ✭ 766 (+2293.75%)
Mutual labels:  wsl
Wsldl
Advanced WSL launcher / installer. (Win10 FCU x64/arm64 or later.)
Stars: ✭ 782 (+2343.75%)
Mutual labels:  wsl
Wsl Docker Git Setup
Shell script to configure Windows Subsystem for Linux (WSL) & Ubuntu on Windows to use docker and docker-compose as well as a git-enabled prompt
Stars: ✭ 23 (-28.12%)
Mutual labels:  wsl
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+1762.5%)
Mutual labels:  docker-container
Docker Discovery Registrator Consul
Service discovery library for JVM based applications running in Docker containers that use the Registrator service registry bridge with Consul as a backend
Stars: ✭ 21 (-34.37%)
Mutual labels:  docker-container
Docker Openvpn
🔒 OpenVPN server in a Docker container complete with an EasyRSA PKI CA
Stars: ✭ 7,121 (+22153.13%)
Mutual labels:  docker-container
Docker Debian10 Ansible
Debian 10 (Buster) Docker container for Ansible playbook and role testing.
Stars: ✭ 25 (-21.87%)
Mutual labels:  docker-container
Doslinux
Run Linux programs on DOS
Stars: ✭ 770 (+2306.25%)
Mutual labels:  wsl
Androidsdk
🐳 Full-fledged Android SDK Docker Image
Stars: ✭ 776 (+2325%)
Mutual labels:  docker-container
Wsl Windows Toolbar Launcher
Adds linux GUI application menu to a windows toolbar
Stars: ✭ 918 (+2768.75%)
Mutual labels:  wsl
Vrnetlab
Run virtual routers with docker
Stars: ✭ 731 (+2184.38%)
Mutual labels:  docker-container
Dockerized lara
Build your Laravel App with Redis - Mongodb - MariaDB - Nginx - php7 - zsh
Stars: ✭ 9 (-71.87%)
Mutual labels:  docker-container
Dowww
📟 Dev on Windows with WSL | 在 Windows 上用 WSL 优雅开发
Stars: ✭ 615 (+1821.88%)
Mutual labels:  wsl
Docker Postgres
A docker container running PostgreSQL
Stars: ✭ 22 (-31.25%)
Mutual labels:  docker-container
Hubot Slack Docker
Docker container running Github Hubot.
Stars: ✭ 21 (-34.37%)
Mutual labels:  docker-container
Distro Test Containers
Distribution specific containers for Ansible integration testing.
Stars: ✭ 20 (-37.5%)
Mutual labels:  docker-container
Wsl Programs
A community powered list of programs that work (and those that don't) on the Windows subsystem for Linux
Stars: ✭ 931 (+2809.38%)
Mutual labels:  wsl

easyWSL


Create WSL distros based on Docker Images.

Made with ❤ by @wrobeljakub and @redcode-labs team.

What does this project do?

There's a script inside which downloads a .tar or .tar.gz image from Docker Hub. In fact, it can be more than just one .tar/.tar.gz, that's why bsdtar.exe is included in this repo, because it is responsible for 'merging' all .tar/.tar.gz files together. Then, one big .tar/.tar.gz is created (if it's needed, we don't have to do this thing if the image contains just one layer) and can be easily exported as a WSL distro.

How to use it?

Just go to our release page, download latest release and just run it. Done!

Command List

--help / -h -> list all available commands --name / -n -> name for your distro --distro / -d -> id of the distro in the sources.json file --path / -p -> path where you want to place your .vhd (it's basically how WSL distros work, they're .tar/.tar.gz files turned into .vhd with Linux filesystems)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].