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