mirror of
https://github.com/linka-cloud/d2vm.git
synced 2025-06-23 13:52:26 +00:00
cli: improve flags and commands
docs: add README.md and examples centos/rhel: fix dracut initramfs Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
@ -15,7 +15,6 @@ FROM ubuntu
|
||||
|
||||
RUN apt-get update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
|
||||
linux-image-virtual \
|
||||
util-linux \
|
||||
kpartx \
|
||||
e2fsprogs \
|
||||
@ -29,3 +28,5 @@ RUN apt-get update && \
|
||||
COPY --from=docker:dind /usr/local/bin/docker /usr/local/bin/
|
||||
|
||||
COPY --from=builder /d2vm/d2vm /usr/local/bin/
|
||||
|
||||
ENTRYPOINT ["/usr/local/bin/d2vm"]
|
||||
|
Reference in New Issue
Block a user