Skip to content

Francommit/debian_container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Docker Debian Image

Given WSL or WSL2 doesn't support VPNs running on the host, running them in docker works and gives us the flexibility of Linux.

Setup Container

docker build . -t debian
docker run debian -it

SSH Keys

ssh-keygen -t rsa -b 4096 -C dockerDebian && eval "$(ssh-agent -s)" && ssh-add ~/.ssh/id_rsa && cat .ssh/id_rsa.pub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published