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 :**
|
||||
* []()
|
||||
* **Utilities :**
|
||||
* []() []() []() []() []()
|
||||
* []() []() []() []() []() []()
|
||||
* **Languages Installed :**
|
||||
* []() []() []() []() []() []() []() []() []() []() []()
|
||||
## **Environment Variables :**
|
||||
|
|
@ -39,12 +39,18 @@
|
|||
* Search for **vubuntu** in github repo field, connect to it.
|
||||
* Hit the **Deploy Now** Button.
|
||||
* Non-Heroku Useers :
|
||||
* Clone this repo.
|
||||
* Set values for environment variables in Dockerfile.
|
||||
* Build the image:
|
||||
* ```docker build --tag vubuntu:20.04 .```
|
||||
* 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```
|
||||
* Run Command :
|
||||
```
|
||||
docker run --name vubuntu \
|
||||
-e VNC_PASS="samplepass" \
|
||||
-e VNC_TITLE="Ubuntu_Desktop" \
|
||||
-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 :**
|
||||
* [ ! ] $VNC_TITLE value should be without spaces.
|
||||
* [ ! ] The whole project runs as a root user in a docker container!
|
||||
|
|
|
|||
Loading…
Reference in New Issue