mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-01-05 21:38:55 +01:00
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:
commit
258a249541
@ -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