mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:24 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue