mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-01-31 01:20:41 +01:00
c4ff0cf58c
Signed-off-by: Jess Frazelle <me@jessfraz.com>
8 lines
153 B
Docker
8 lines
153 B
Docker
FROM alpine:latest
|
|
MAINTAINER Jessie Frazelle <jess@linux.com>
|
|
|
|
RUN apk --no-cache add \
|
|
libvirt-client
|
|
|
|
ENTRYPOINT [ "virsh", "-c", "qemu:///system" ]
|