parent
471cb7ffa4
commit
7130b8c58b
|
@ -443,15 +443,18 @@ executed inside the container from the example above:
|
|||
|
||||
```shell
|
||||
ls /etc/foo/
|
||||
```
|
||||
```
|
||||
username
|
||||
password
|
||||
```
|
||||
```shell
|
||||
cat /etc/foo/username
|
||||
```
|
||||
```
|
||||
admin
|
||||
```
|
||||
```
|
||||
```shell
|
||||
cat /etc/foo/password
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue