# dockerfile for "interactive" minimal 3proxy execution, no configuration mounting is required, configuration # is accepted from stdin. Use "end" command to indicate the end of configuration. Use "log" for stdout logging. # # Examples are for podman. For docker change 'podman' to 'docker'. # # This is busybox based docker with only 3proxy static executable. # # Limitations for minimal version: # no support for plugins, IPv6, RADIUS, system resolver. # 'nserver' or 'fakeresolve' are mandatory in configuration. # # Build: # # podman build -f Dockerfile.minimal -t 3proxy.minimal . # # Run example: # # podman run --read-only -i -p 3129:3129 --name 3proxy 3proxy.minimal #or # podman start -ai 3proxy #