Run Docker Runtime

Run Docker Runtime

To run Docker Runtime, run the appropriate script listed below based on your needs:
  • For Docker Runtime with RDP only, type
    docker compose -f compose.yml -f compose.rdp.yml up
  • For Docker Runtime with VPN only, type
    docker compose -f compose.yml -f compose.vpn.yml up
  • For Docker Runtime with both RDP and VPN, type
    docker compose -f compose.yml -f compose.rdp.yml -f compose.vpn.yml up
NOTE: To change any features configuration, edit the .env file and remove the container in place by typing
docker compose down
. Then, run the container again as required.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.