Skip to content

jdharmon/bash-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash container with dev tools.

Usage: docker run -it --rm -v c:\:/c jdharmon/bash

Shortcut:

%windir%\system32\cmd.exe /s /c "docker run -it --rm -v c:\:/c -v /var/run/docker.sock:/var/run/docker.sock jdharmon/bash"

PowerShell script to start in current directory:

$workdir = (pwd).Path.Replace('\', '/').Replace('C:/', '/c/')
docker run -it --rm `
    -v c:\:/c `
    -v /var/run/docker.sock:/var/run/docker.sock `
    --workdir $workdir `
    jdharmon/bash

About

Bash container with dev tools

Resources

Stars

Watchers

Forks

Packages

No packages published