Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

EthACKdotOrg/privacy-dockers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages