Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pariseed/podman-torbrowser
a container image to get and start every time the last version of torbrowser
https://github.com/pariseed/podman-torbrowser
containers dockerfile podman tor torbrowser x11 xorg
Last synced: about 2 months ago
JSON representation
a container image to get and start every time the last version of torbrowser
- Host: GitHub
- URL: https://github.com/pariseed/podman-torbrowser
- Owner: pariseed
- Created: 2022-07-17T22:56:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-28T11:34:52.000Z (12 months ago)
- Last Synced: 2023-12-28T12:58:52.359Z (12 months ago)
- Topics: containers, dockerfile, podman, tor, torbrowser, x11, xorg
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# podman-torbrowser
a container image to get and start every time the last version of torbrowser## prerequisites
> in order to use this container you have to use a system with a Xorg server running, wayland is not supported
## setup and build the image
> cd podman-torbrowser/ && podman build -t tor .## starting the container executing X11 forwarding with the non root user tor:
> uid=1000; podman run --rm -e DISPLAY --net=host -v /tmp/.X11-unix:/tmp/.X11-unix --uidmap $uid:0:1 --uidmap 0:1:$uid -it tor