Skip to content

Commit

Permalink
The libvirt image does not need docker anymore
Browse files Browse the repository at this point in the history
Don't install docker in the libvirt container. It is not needed anymore.

Signed-off-by: Roman Mohr <[email protected]>
  • Loading branch information
rmohr committed Jan 4, 2018
1 parent 87c699e commit b1cdf3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions images/libvirt-kubevirt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN dnf install -y \
util-linux \
libcgroup-tools \
ethtool \
sudo \
docker && dnf -y clean all && \
sudo && dnf -y clean all && \
test $(id -u qemu) = 107 # make sure that the qemu user really is 107

COPY qemu-kube /usr/local/bin/qemu-system-x86_64
Expand Down
1 change: 0 additions & 1 deletion images/libvirt-kubevirt/qemu-kube
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
alias docker="sudo /usr/bin/docker"
alias log='echo "[$(date)] "'

ARGS="$@"
Expand Down

0 comments on commit b1cdf3a

Please sign in to comment.