mirror of
https://github.com/carlospolop/hacktricks
synced 2025-02-16 14:08:26 +00:00
Merge pull request #589 from SlyPex/review
added missing letters in some words
This commit is contained in:
commit
34c233f488
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ In the previous method we managed to access the docker host disk.\
|
|||
In case you find that the host is running an **ssh** server, you could **create a user inside the docker host** disk and access it via SSH:
|
||||
|
||||
```bash
|
||||
#Like in the example before, the first step is to moun the dosker host disk
|
||||
#Like in the example before, the first step is to mount the docker host disk
|
||||
fdisk -l
|
||||
mount /dev/sda /mnt/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue