Sign inSign up

onixldlc/microsocks

By onixldlc

Updated over 1 year ago

A Portable SOCKS5 server

Image
0

232

onixldlc/microsocks repository overview

microsocks-dockerize is a dockerized fork of rofl0r/microsocks

To quickly run microsocks, you can use these command:

docker run -p 1080:1080 -d --rm onixldlc/microsocks:latest

you can also add this image to docker compose like so:

services:
  microsocks:
    image: onixldlc/microsocks:latest
    ports:
      - "1080:1080"

unfortunately the entrypoint to this image is the binary itself, so to use the parameter you would need to use command property like so:

services:
  microsocks:
    image: onixldlc/microsocks
    command: -u test -P test
    ports:
      - "1080:1080"

For more information regarding parameters, check out the original README.MD

Tag summary

Content type

Image

Digest

sha256:6c53d2a71

Size

3.3 MB

Last updated

over 1 year ago

docker pull onixldlc/microsocks