https://github.com/hellodword/docker-charles
https://github.com/hellodword/docker-charles
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellodword/docker-charles
- Owner: hellodword
- Created: 2024-08-22T12:16:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T14:21:51.000Z (almost 2 years ago)
- Last Synced: 2025-10-12T00:53:52.199Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-charles
## docker vnc
```sh
docker build -t charles .
mkdir -p ~/Downloads/charles; docker run --rm -v ~/Downloads/charles:/home/app -p 127.0.0.1:5800:5800 -p 8888:8888 -p 8889:8889 charles
```
- how to paste: use the vnc clipboard and paste via middle-click
## docker forwarding
> not working yet