Loading Dockerfile +2 −2 Original line number Diff line number Diff line ARG VERSION_ARG="4.00" FROM scratch AS build-amd64 COPY --from=qemux/qemu-docker:6.06 / / COPY --from=qemux/qemu-docker:6.07 / / ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive" Loading Loading @@ -37,8 +37,8 @@ FROM build-${TARGETARCH} ARG VERSION_ARG="4.00" RUN echo "$VERSION_ARG" > /run/version EXPOSE 8006 3389 VOLUME /storage EXPOSE 8006 3389 ENV VERSION="11" ENV RAM_SIZE="4G" Loading readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -361,7 +361,7 @@ kubectl apply -f kubernetes.yml - you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly. - it could help to add `privileged: true` to your compose file (or `sudo` to your `run` command), to rule out any permission issue. - it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue. ### How do I run macOS in a container? Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line ARG VERSION_ARG="4.00" FROM scratch AS build-amd64 COPY --from=qemux/qemu-docker:6.06 / / COPY --from=qemux/qemu-docker:6.07 / / ARG DEBCONF_NOWARNINGS="yes" ARG DEBIAN_FRONTEND="noninteractive" Loading Loading @@ -37,8 +37,8 @@ FROM build-${TARGETARCH} ARG VERSION_ARG="4.00" RUN echo "$VERSION_ARG" > /run/version EXPOSE 8006 3389 VOLUME /storage EXPOSE 8006 3389 ENV VERSION="11" ENV RAM_SIZE="4G" Loading
readme.md +1 −1 Original line number Diff line number Diff line Loading @@ -361,7 +361,7 @@ kubectl apply -f kubernetes.yml - you are not using "Docker Desktop for Linux" as it does not support KVM, instead make use of Docker Engine directly. - it could help to add `privileged: true` to your compose file (or `sudo` to your `run` command), to rule out any permission issue. - it could help to add `privileged: true` to your compose file (or `sudo` to your `docker run` command), to rule out any permission issue. ### How do I run macOS in a container? Loading