/image-app-tor

tor none exit relay on scaleway

Primary LanguageMakefileMIT LicenseMIT

Tor Relay image on Scaleway

Build Status

Scripts to build Tor relay image on Scaleway

This image is built using Image Tools and depends on Debian Jessie image.


This image is meant to be used on a C1 server.

We use the Docker's building system and convert it at the end to a disk image that will boot on real servers without Docker. Note that the image is still runnable as a Docker container for debug or for inheritance.

More info


Changelog

0.0.3 (2015-06-03)

This initial version contains:

  • config items (relay name and ip adress) read from scaleway metadata
  • start tor as a relay on boot

Install

Build and write the image to /dev/nbd1 (see documentation)

$ make install

Full list of commands available at: scaleway/image-tools