Skip to content

Commit

Permalink
fix ns path
Browse files Browse the repository at this point in the history
  • Loading branch information
wjayesh authored Aug 7, 2020
1 parent f2a1698 commit ea3ff4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ spec:
securityContext:
privileged: true # to run docker command for finding PIDs of containers whose ns to enter
volumes:
- name: proc # the net ns will be located at /proc/pid/net/ns
- name: proc # the net ns will be located at /proc/pid/ns/net
hostPath:
path: /proc
- name: docker-sock # using the docker daemon of the host
Expand Down Expand Up @@ -254,7 +254,7 @@ spec:
securityContext:
privileged: true # to run docker command for finding PIDs of containers whose ns to enter
volumes:
- name: proc # the net ns will be located at /proc/pid/net/ns
- name: proc # the net ns will be located at /proc/pid/ns/net
hostPath:
path: /proc
- name: docker-sock # using the docker daemon of the host
Expand Down

0 comments on commit ea3ff4c

Please sign in to comment.