mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01: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/daemon.json /etc/docker/daemon.json
|
||||
|
||||
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"
|
||||
|
||||
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/
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"storage-driver": "vfs"
|
||||
}
|
Loading…
Reference in New Issue
Block a user