Merge branch 'feature/KASM-4131-update-dind-storage' into 'develop'

KASM-4131 remove old docker config, dind hack handles FS selection

Closes KASM-4131

See merge request kasm-technologies/internal/workspaces-images!108
This commit is contained in:
Justin Travis 2023-03-23 04:17:56 +00:00
commit 258a249541
3 changed files with 0 additions and 5 deletions

View File

@ -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/

View File

@ -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/

View File

@ -1,3 +0,0 @@
{
"storage-driver": "vfs"
}