Skip to content

Commit 50c150f

Browse files
author
mdouchement
committed
Update dockerfunc
1 parent 5ec7d30 commit 50c150f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dockerfunc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ dfstats(){
2929
docker stats $(docker ps --format={{.Names}})
3030
}
3131

32-
xhyve_enter(){
32+
moby(){
33+
# Enter in Moby runtime (Docker's xhyve)
3334
docker run -it --privileged --pid=host debian nsenter -t 1 -m -u -n -i sh
3435
}
3536

0 commit comments

Comments
 (0)