Skip to content

Commit

Permalink
Feat/update (#2)
Browse files Browse the repository at this point in the history
* update to 6.3 free

* Update to newest "nomachine" version

* Change layers in Dockerfile

* Add offline install

* Update Baseimage to Ubuntu 18.04

* Add other browsers

* docker-compose optimizations

* Docs

* fix Docs
  • Loading branch information
devben-io authored Mar 10, 2019
1 parent 317e71c commit 7df95a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker build -t=vdi .
### Usage

```
docker run -d --rm -p 4000:4000 -p 4080:4080 -p 4443:4443 --name vdi -e PASSWORD=password -e USER=user --cap-add=SYS_PTRACE vdi:xfce
docker run -d --rm -p 4000:4000 -p 4080:4080 -p 4443:4443 --name vdi -e PASSWORD=password -e USER=user --cap-add=SYS_PTRACE vdi
```


Expand Down

0 comments on commit 7df95a0

Please sign in to comment.