Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This page describes how to upgrade the Guacamole server and Libwhatsi as part of the upgrade to Abiquo 6.1.2 or higher. This upgrade is for remote access to public cloud and it is optional for customers using WebMKS only

En el RS: 

Yum install docker

/usr/bin/systemctl enable docker

/usr/bin/systemctl start docker

/usr/bin/systemctl stop guacd

docker pull guacamole/guacd 

docker run -t --name guacd -d -p 4822:4822 guacamole/guacd:latest

Comprobar que se ha creado bien el container con: docker ps

Crear file:  /etc/systemd/system/docker.guacamole.service 

cat > /etc/systemd/system/docker.guacamole.service <<EOF 

[Unit]

Wants=docker.service

After=docker.service

[Service]

RemainAfterExit=yes

ExecStart=/usr/bin/docker start guacd

#ExecStop=/usr/bin/docker stop guacd

[Install]

WantedBy=multi-user.target

EOF

Modificar file: guacd.conf, añadir: /etc/guacamole/guacd.conf

bind_port=4820

/usr/bin/systemctl disable guacd

/usr/bin/systemctl enable docker.guacamole.service

  • No labels