- Software components setup and installation
Run Docker Runtime
To run Docker Runtime, run the appropriate script listed below based on your needs:
- For Docker Runtime with RDP only, typedocker compose -f compose.yml -f compose.rdp.yml up
- For Docker Runtime with VPN only, typedocker compose -f compose.yml -f compose.vpn.yml up
- For Docker Runtime with both RDP and VPN, typedocker 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