mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-24 03:21:29 +02:00
KASM-4131 remove old docker config, dind hack handles FS selection
This commit is contained in:
parent
0eb9bc3b36
commit
7a10ffcf45
@ -18,7 +18,6 @@ ENV DOCKER_CHANNEL=stable \
|
|||||||
|
|
||||||
|
|
||||||
COPY ./src/ubuntu/install/dind $INST_SCRIPTS/dind/
|
COPY ./src/ubuntu/install/dind $INST_SCRIPTS/dind/
|
||||||
COPY ./src/ubuntu/install/dind/daemon.json /etc/docker/daemon.json
|
|
||||||
|
|
||||||
RUN bash $INST_SCRIPTS/dind/install_dind.sh && rm -rf $INST_SCRIPTS/dind/
|
RUN bash $INST_SCRIPTS/dind/install_dind.sh && rm -rf $INST_SCRIPTS/dind/
|
||||||
|
|
||||||
|
@ -17,7 +17,6 @@ ENV DOCKER_CHANNEL=stable \
|
|||||||
DONT_PROMPT_WSL_INSTALL="No_Prompt_please"
|
DONT_PROMPT_WSL_INSTALL="No_Prompt_please"
|
||||||
|
|
||||||
COPY ./src/ubuntu/install/dind $INST_SCRIPTS/dind/
|
COPY ./src/ubuntu/install/dind $INST_SCRIPTS/dind/
|
||||||
COPY ./src/ubuntu/install/dind/daemon.json /etc/docker/daemon.json
|
|
||||||
|
|
||||||
RUN bash $INST_SCRIPTS/dind/install_dind.sh && rm -rf $INST_SCRIPTS/dind/
|
RUN bash $INST_SCRIPTS/dind/install_dind.sh && rm -rf $INST_SCRIPTS/dind/
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"storage-driver": "vfs"
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user