mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-08-20 14:39:07 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9284e7ab3a | |||
| cb52162bfb |
+3
-3
@@ -1,7 +1,7 @@
|
||||
FROM tomcat:9.0.102-jdk17-temurin-noble
|
||||
FROM tomcat:9.0.106-jdk17-temurin-noble
|
||||
ARG TARGETPLATFORM
|
||||
|
||||
ENV GUAC_VER=1.5.5 \
|
||||
ENV GUAC_VER=1.6.0 \
|
||||
GUACAMOLE_HOME=/app/guacamole \
|
||||
PG_VER=9.6.24 \
|
||||
LIBSSH2_VER=1.11.0 \
|
||||
@@ -58,4 +58,4 @@ RUN tar -xzvf /tmp/postgresql-${PG_VER}.tar.gz \
|
||||
&& ./configure \
|
||||
&& make \
|
||||
&& make install \
|
||||
&& rm -rf /tmp/postgresql-${PG_VER}*
|
||||
&& rm -rf /tmp/postgresql-${PG_VER}*
|
||||
|
||||
@@ -18,7 +18,7 @@ This container runs the guacamole web client, the guacd server and a postgres da
|
||||
docker run \
|
||||
-p 8080:8080 \
|
||||
-v </path/to/config>:/config \
|
||||
jwetzell/guacamole:1.5.5
|
||||
jwetzell/guacamole:1.6.0
|
||||
```
|
||||
|
||||
## Raspberry Pi / ARMv7
|
||||
@@ -29,7 +29,7 @@ Now that the image has been converted to a multi-platform image the command for
|
||||
docker run \
|
||||
-p 8080:8080 \
|
||||
-v </path/to/config>:/config \
|
||||
jwetzell/guacamole:1.5.5
|
||||
jwetzell/guacamole:1.6.0
|
||||
```
|
||||
|
||||
## Parameters
|
||||
@@ -51,7 +51,7 @@ docker run \
|
||||
-p 8080:8080 \
|
||||
-v </path/to/config>:/config \
|
||||
-e "EXTENSIONS=auth-ldap,auth-duo"
|
||||
jwetzell/guacamole:1.5.5
|
||||
jwetzell/guacamole:1.6.0
|
||||
```
|
||||
|
||||
Currently the available extensions are:
|
||||
@@ -82,7 +82,7 @@ Mapped volumes behave differently when running Docker for Windows and you may en
|
||||
version: "2"
|
||||
services:
|
||||
guacamole:
|
||||
image: jwetzell/guacamole:1.5.5
|
||||
image: jwetzell/guacamole:1.6.0
|
||||
container_name: guacamole
|
||||
volumes:
|
||||
- postgres:/config
|
||||
|
||||
Reference in New Issue
Block a user