diff --git a/Cheat Sheet.md b/Cheat Sheet.md
index 0c0eec9..cc7f155 100644
--- a/Cheat Sheet.md
+++ b/Cheat Sheet.md
@@ -485,6 +485,8 @@ To start a container from a remote machine
`docker -H :2375 exec -it /bin/sh`
To start a container from a remote machine using name and tags
`docker -H :2375 run -v /:/mnt --rm -it alpine:3.9 chroot /mnt sh`
+Break out of docker container
+`docker -H tcp://:2375 run --rm -it -v /:/host chroot /host bash`
# Miscellaneous
## Turning off xfce beeping sound