orange-docker icon indicating copy to clipboard operation
orange-docker copied to clipboard

installation

Open Niemand112233 opened this issue 1 year ago • 1 comments

the installation is way too complicated.

If you want to use docker then condens it to one single container.

Niemand112233 avatar Apr 14 '23 07:04 Niemand112233

NOTE: This is a simple set-up if you are using over public domain you MUST change credentials in the docker-compose file

Using docker-compose might make things much easier, refer: https://github.com/boschkundendienst/guacamole-docker-compose

Step 1:

git clone "https://github.com/boschkundendienst/guacamole-docker-compose.git"
cd guacamole-docker-compose
./prepare.sh
docker-compose up -d

Step 2:

modify docker-compose.yml, add:

  orange3:
    container_name: orange3
    image: orangedm/orange-docker-vnc:v1.0
    networks:
      guacnetwork_compose:

step 3 start all service by

docker compose up

step 4

Login into guacamole with https://yourhostname:8443 username: guacadmin password: guacadmin

config vnc image

go back to guacamole home page: connect orange image

image

DaiZack avatar Jan 17 '24 15:01 DaiZack