Skip to content

Scripts to spin up dockerized bash shells to perform quick work.

License

Notifications You must be signed in to change notification settings

theohbrothers/shells

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shells

github-actions

Scripts to spin up dockerized bash shells to perform quick work.

Usage

Start a shell:

./bash.sh
./bash-git.sh
./pwsh-git.sh

To run a command and exit:

./bash.sh "echo 1"

Notes:

  • Customize the script before running it
  • Default user is user with same UID as the script caller
  • host filesystem is mounted on /host
  • ~/.bash_aliases is mounted on /home/user/.bash_aliases
  • ~/.bashrc is mounted on /home/user/.bashrc
  • ~/.git-credentials is mounted on /home/user/.git-credentials (for git variants)

About

Scripts to spin up dockerized bash shells to perform quick work.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages