Skip to content

Instantly share code, notes, and snippets.

@shawngmc
shawngmc / guacamole_setup.sh
Created December 3, 2018 18:07
Guacamole Docker Setup
. .env
# Used from .env
# PASSWD: The postgres password
# Set up Guacd
echo Creating guacd container...
docker run -d \
--name guacd \
guacamole/guacd