We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f81c7 + 1e5b048 commit e91f579Copy full SHA for e91f579
1 file changed
contrib/coreos/user-data.example
@@ -61,7 +61,7 @@ write_files:
61
permissions: '0755'
62
content: |
63
function nse() {
64
- sudo nsenter --pid --uts --mount --ipc --net --target $(docker inspect --format="{{ .State.Pid }}" $1)
+ docker exec -it $1 bash
65
}
66
- path: /run/deis/bin/get_image
67
0 commit comments