mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
- change the docker binaries location to standard location to allow the use of "docker-compose" and "docker compose" at command line
Signed-off-by: Justin Travis <justin@kasmweb.com>
This commit is contained in:
parent
43c1dd53d9
commit
19d002284f
@ -10,7 +10,7 @@ WORKDIR $HOME
|
||||
|
||||
######### Customize Container Here ###########
|
||||
|
||||
ENV DOCKER_BIN=/opt/docker/bin \
|
||||
ENV DOCKER_BIN=/usr/local/lib/docker \
|
||||
XDG_RUNTIME_DIR=/docker
|
||||
|
||||
RUN mkdir -p $DOCKER_BIN && chown 1000:0 $DOCKER_BIN && \
|
||||
|
Loading…
Reference in New Issue
Block a user