Skip to content

takayamaekawa/devkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devkit

Demo

Click to go to youtube. Export Docker ArchLinux Image into WSL 【Devkit v.0.0.2】

Require

  • Docker
  • Python
  • (WSL2)

WSL2 is needless for developers which wanna work in only Docker container.
This is the reason so that WSL2 is enclosed by parentheses.
They can use a debug flag like python setup.py -i -d.

Command

usage: setup.py [-h] [-i] [-d] [--no-cache] [-y] [--set-env]

Script for setup of WSL environment with docker

options:
  -h, --help     show this help message and exit
  -i, --install  Install: Build & Export *.wsl & Import into WSL
  -d, --debug    Enable debug mode: Build & Run container & Enter it with tty
  --no-cache     Build with no cache
  -y             Response by default value for all prompts
  --set-env      Set environment variable, saving into .env

Note

If you want to use GUI application, you should write C:\Users\<user>\.wslconfig like below.

[wsl2]
guiApplications = true

Credits

This project uses other external assets someone creates - see the CREDITS

License

MIT

About

export distro:Arch quickly for WSL, which is generated from Docker, using python setup script automatically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors