diff options
author | bloodstalker <thabogre@gmail.com> | 2020-11-12 19:15:43 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2020-11-12 19:15:43 +0000 |
commit | 552ad4f39c349522b4d9e4d56225143df7aa9b3f (patch) | |
tree | 739e5bccb9c75b14a7f3f63b01362e0819c66d76 /matterhorn/run.sh | |
parent | centos7 image for matterhorn (diff) | |
download | dockerimages-552ad4f39c349522b4d9e4d56225143df7aa9b3f.tar.gz dockerimages-552ad4f39c349522b4d9e4d56225143df7aa9b3f.zip |
update
Diffstat (limited to 'matterhorn/run.sh')
-rwxr-xr-x | matterhorn/run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/matterhorn/run.sh b/matterhorn/run.sh index 7ea0781..ec03ede 100755 --- a/matterhorn/run.sh +++ b/matterhorn/run.sh @@ -1,2 +1,3 @@ #!/usr/bin/env sh -docker run --network="host" -it --entrypoint bash $1 +docker run --network="host" -it --privileged $1 /usr/sbin/init +# docker run --network="host" -it --entrypoint bash --privileged $1 /usr/sbin/init |