This website requires JavaScript.
Explore
Help
Sign In
kebler.net
/
bash-shell-host
Archived
Watch
1
Star
0
Fork
You've already forked bash-shell-host
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2022-02-20
. You can view files and clone it, but cannot push or open issues/pull-requests.
3262da4ded
bash-shell-host
/
all
/
misc
/
docker
/
01-docker
5 lines
62 B
Bash
Raw
Blame
History
#!/bin/bash
docker_terminal
(
)
{
docker
exec
-it
$1
/bin/sh
}
Reference in New Issue
View Git Blame
Copy Permalink