Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
georgethebeatle authored Oct 10, 2016
1 parent e820a44 commit 18093f1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,9 @@ Commit the changes, run the tests, and create a bump commit:

- Create a container with handle <handle>
- Log in to the host OS with root privileges
- Find the process id of guardian
```
cat /var/vcap/sys/run/garden/garden.pid
```
- Enter guardian mount namespace
```
/var/vcap/packages/guardian/bin/inspector-garden -pid <pid> /bin/bash
/var/vcap/packages/guardian/bin/inspector-garden -pid $(cat /var/vcap/sys/run/garden/garden.pid) /bin/bash
```
- Go to container depot directory
```
Expand Down

0 comments on commit 18093f1

Please sign in to comment.