mirror of https://github.com/Box-boi/vubuntu.git
Update README.md
This commit is contained in:
parent
a89f19be0e
commit
fee3ef5b22
20
README.md
20
README.md
|
|
@ -18,7 +18,7 @@
|
||||||
* **Office Suite :**
|
* **Office Suite :**
|
||||||
* []()
|
* []()
|
||||||
* **Utilities :**
|
* **Utilities :**
|
||||||
* []() []() []() []() []()
|
* []() []() []() []() []() []()
|
||||||
* **Languages Installed :**
|
* **Languages Installed :**
|
||||||
* []() []() []() []() []() []() []() []() []() []() []()
|
* []() []() []() []() []() []() []() []() []() []() []()
|
||||||
## **Environment Variables :**
|
## **Environment Variables :**
|
||||||
|
|
@ -39,12 +39,18 @@
|
||||||
* Search for **vubuntu** in github repo field, connect to it.
|
* Search for **vubuntu** in github repo field, connect to it.
|
||||||
* Hit the **Deploy Now** Button.
|
* Hit the **Deploy Now** Button.
|
||||||
* Non-Heroku Useers :
|
* Non-Heroku Useers :
|
||||||
* Clone this repo.
|
* Run Command :
|
||||||
* Set values for environment variables in Dockerfile.
|
```
|
||||||
* Build the image:
|
docker run --name vubuntu \
|
||||||
* ```docker build --tag vubuntu:20.04 .```
|
-e VNC_PASS="samplepass" \
|
||||||
* Create container from the image and run it in detached mode:
|
-e VNC_TITLE="Ubuntu_Desktop" \
|
||||||
* ```docker run --name vubuntu -d -p <HOST-PORT>:<VALUE OF $NOVNC_PORT> vubuntu:20.04```
|
-e VNC_RESOLUTION="1280x720" \
|
||||||
|
-e DISPLAY=:0 \
|
||||||
|
-e PORT=9870 \
|
||||||
|
-d -p 8080:9870 \
|
||||||
|
vital987/vubuntu
|
||||||
|
```
|
||||||
|
[ * ] Add your private ngrok token to ```NGROK_TOKEN``` to get proper Ngrok functionality.
|
||||||
## **Warnings :**
|
## **Warnings :**
|
||||||
* [ ! ] $VNC_TITLE value should be without spaces.
|
* [ ! ] $VNC_TITLE value should be without spaces.
|
||||||
* [ ! ] The whole project runs as a root user in a docker container!
|
* [ ! ] The whole project runs as a root user in a docker container!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue