https://github.com/victor141516/nomachine-docker-base
https://github.com/victor141516/nomachine-docker-base
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victor141516/nomachine-docker-base
- Owner: victor141516
- Created: 2019-08-18T18:08:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-26T12:53:53.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T09:41:00.440Z (5 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```