mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 10:35:19 +00:00
KASM-4131 remove old docker config, dind hack handles FS selection
This commit is contained in:
parent
0eb9bc3b36
commit
7a10ffcf45
3 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue