Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[skip]
  • Loading branch information
vlasov01 authored Sep 6, 2020
1 parent b9e7370 commit 18e4e37
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,18 @@ This image will run on Raspberry Pi 3 boards with Docker support.
This container runs the guacamole web client, the guacd server and a postgres database.

## Usage

```shell
docker build --tag rpi/guacamole:1.0 docker-guacamole
docker pull iiot/guacamole:arm32v7
docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
rpi/guacamole:1.0
iiot/guacamole:arm32v7
```

## Build
```shell
docker build --tag rpi/guacamole:1.0 docker-guacamole

```
Alternativly, you can build using provided Travis-CI script. You will need to add the following environment variables to your Travis-CI configuration: DOCKER_USERNAME, DOCKER_PASSWORD and REPO (your Docker repository).

Expand All @@ -37,8 +42,8 @@ For example:
docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
-e "EXTENSIONS=auth-ldap,auth-duo"
rpi/guacamole:1.0
-e "EXTENSIONS=auth-ldap,auth-duo" \
iiot/guacamole:arm32v7
```

Currently the available extensions are:
Expand Down

0 comments on commit 18e4e37

Please sign in to comment.