We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docker exec
1 parent de812f1 commit 1e5b048Copy full SHA for 1e5b048
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