Update README.md

This commit is contained in:
apoorvvyavahare 2021-05-26 18:58:53 +05:30 committed by GitHub
parent 222e529d60
commit 05995a2917
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,10 @@
* ```docker build --tag vubuntu:20.04 .``` * ```docker build --tag vubuntu:20.04 .```
* Create container from the image and run it in detached mode: * Create container from the image and run it in detached mode:
* ```docker run --name vubuntu -d -p <HOST-PORT>:<VALUE OF $NOVNC_PORT> vubuntu:20.04``` * ```docker run --name vubuntu -d -p <HOST-PORT>:<VALUE OF $NOVNC_PORT> vubuntu:20.04```
#### [ ! ] The whole project runs as a root user in a docker container! ### **Warnings :**
#### [ ! ] 3rd Party Softwares dosen't work with DE on Heroku(Free Plan) due to low memory. * [ ! ] $VNC_TITLE value should be without spaces.
* [ ! ] The whole project runs as a root user in a docker container!
* [ ! ] 3rd Party Softwares dosen't work with DE on Heroku(Free Plan) due to low memory.
### **Desktop Environments :** ### **Desktop Environments :**
#### * **MATE :** #### * **MATE :**
* Comment line #69 from Dockerfile * Comment line #69 from Dockerfile