initial
This commit is contained in:
commit
13c28cad52
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
FROM ubuntu:bionic
|
||||||
|
ADD ./run.sh /tmp/run.sh
|
||||||
|
RUN bash /tmp/run.sh && rm /tmp/run.sh
|
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# sneak/docker-linux-vm
|
||||||
|
|
||||||
|
This is designed to run stuff that needs privileged access inside an
|
||||||
|
unprivileged container, by running a whole qemu vm inside the container.
|
Reference in New Issue
Block a user