Docker for Psiphon, the Internet censorship circumvention system.
100K+
Psiphon is an Internet censorship circumvention system. This docker image runs the ConsoleClient from the Psiphon-Labs/psiphon-tunnel-core.
Github: swarupsengupta2007/psiphon-docker
| OS | Platform | Variant |
|---|---|---|
| linux | arm64 | |
| linux | arm | v7 |
| linux | arm | v6 |
| linux | amd64 | |
| linux | 386 |
| Base | Image | Tag |
|---|---|---|
| Build | golang | |
| Container | swarupsengupta2007/alpine-s6 |
version: "3.5"
services:
psiphon:
image: swarupsengupta2007/psiphon:latest
container_name: psiphon
environment:
- PUID=1000
- PGID=1000
volumes:
- /path/to/psiphon/config:/config
ports:
- 1080:1080
- 8080:8080
restart: unless-stopped
docker run -e PUID=1000 -e PGID=1000 --name psiphon -d -p 8080:8080 -p 1080:1080 -v /path/to/psiphon/config:/config swarupsengupta2007/psiphon:latest
The following Environment var are available:
| ENV variable | Description | Default |
|---|---|---|
| PUID | The UID for psiphon process | 1000 |
| PGID | The GID for psiphon process | 1000 |
Following ports and volumes are available
| Option | switch | Description | Default |
|---|---|---|---|
| HTTP PORT | -p host_port:8080 | http proxy port | 8080 |
| SOCKS PORT | -p host_port:1080 | socks5 proxy port | 1080 |
| VOLUME | -v /path/to/config:/config | The container storage | /config |
Content type
Image
Digest
sha256:26bb31230…
Size
12 MB
Last updated
15 days ago
docker pull swarupsengupta2007/psiphon