An open API service indexing awesome lists of open source software.

https://github.com/victor141516/nomachine-docker-base


https://github.com/victor141516/nomachine-docker-base

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# NoMachine Docker base image

## See Firefox.Dockerfile as example
Run the Firefox example with:
```
docker build -t firefox -f Firefox.Dockerfile .
docker run -it --rm -p 4000:4000 --cap-add=SYS_PTRACE firefox
```