/privacy-dockers

Bunch of docker stuff. Main goal is to see if it can replace Qubes-OS xen architecture.

Primary LanguageShellGNU General Public License v2.0GPL-2.0

privacy-dockers

Project goal

You might already know Qubes OS — this small project is just a test in order to see if Docker might replace Xen.

How to install

Prerequists

Create the base images

Firefox

$ docker build -t ethack/firefox:latest firefox

Tor

$ docker build -t ethack/tor:latest tor

Run the composition

$ docker-compose up -d

Composition management

Please check the documentation

Security

For now, it's only a test. Security is NOT TESTED, hence you just shouldn't use it in production.

Why Docker?

Docker is light, fast, and, with compose, might prove to be really easy to use.

Docker has no X… How do you access graphical application?

using ssh -Y. For now. We can probably have an easier way to do that.