Sign inSign up

andrius/alpine-tor

By andrius

Updated about 4 years ago

Just latest tor on alpine-edge in Docker

Image
0

3.9K

andrius/alpine-tor repository overview

alpine-tor

Just latest tor on alpine-edge in Docker.

Start

docker run -ti --rm -p 127.0.0.1:9050:9050 andrius/alpine-tor

Or if you use dockee-compose: sample docker-compose.yml

version: '2'

services:
  tor:
    image: andrius/alpine-tor
    restart: always
    ports:
      - 127.0.0.1:9050:9050/tcp

Tag summary

Content type

Image

Digest

Size

12.2 MB

Last updated

over 4 years ago

docker pull andrius/alpine-tor