mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
moar help
This commit is contained in:
parent
12546be87a
commit
4d0ac662f6
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ function dock_help {
|
|||
echo " # run a docker image as a daemon on a port";
|
||||
echo " docker run -d --name <give it a name> -p <inside port : outside port> <tag>";
|
||||
echo
|
||||
echo " # run bash in a container";
|
||||
echo " docker exec -ti <name, tag, or id> bash";
|
||||
echo
|
||||
echo " # tunnel to boot2docker";
|
||||
echo " boot2docker ssh -L 5000:localhost:5000";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue