9bf0dc5e09
This image based on the airshipctl toolbox krm-function. It allows to execute virsh inside a container. Change-Id: I9605fa2d4f7f3de858f60d2d40f71f58f3dd117c
6 lines
119 B
Docker
6 lines
119 B
Docker
FROM quay.io/airshipit/toolbox:latest
|
|
|
|
RUN apk update \
|
|
&& apk add libvirt-client \
|
|
&& rm -rf /var/cache/apk/*
|