From d2806583ead2712c9095b82f31b50924dfc80411 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 27 Apr 2016 15:33:51 -0400 Subject: split packages: debian-core, debian-cli --- docker/README.rst | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 docker/README.rst (limited to 'docker/README.rst') diff --git a/docker/README.rst b/docker/README.rst deleted file mode 100644 index 4a2d08e7..00000000 --- a/docker/README.rst +++ /dev/null @@ -1,47 +0,0 @@ -Bitmask and Docker -================== - -Here we have several tools that leverages docker to ease Bitmask testing. - -``bitmask-docker.sh`` is a helper script to ``build`` and ``run`` the bitmask app, -here is an example usage:: - - $ ./bitmask-docker.sh build # build docker image - $ ./bitmask-docker.sh init bitmask-nightly.json # initialize (takes time) - $ ./bitmask-docker.sh run # run bitmask in docker - -``bitmask-nightly.json`` is the version specifier for each bitmask component that -will be used to run bitmask. - -``Dockerfile`` is the file used to build the docker image that will run bitmask. - -``leap_bootstrap.sh`` is the script that takes care of cloning repos, installing -python dependencies, running bitmask, etc. - - -Debian/ -------- - -``apt-bitmask.sh`` script that installs bitmask from the Debian packages. - -``bitmask-on-docker.sh`` installs bitmask and runs it in a dummy X server, -waits a little and takes a screenshot. - -``leap-experimental.key`` is needed by ``apt-bitmask.sh`` to ``apt-key add`` -and verify apt sources. - -``run-docker-for-bitmask.sh`` is a helper script that runs an Ubuntu/Debian -container ready to run the ``apt-bitmask.sh`` command, it does (among other -stuff) X11 forwarding to display Bitmask UI on the host linux. - -An example usage:: - - $ ./run-docker-for-bitmask.sh - non-network local connections being added to access control list - root@hostname:/# cd /host/ - root@hostname:/host# ./apt-bitmask.sh unstable - # [... not so relevant output ...] - root@hostname:/host# apt-get install -y lxpolkit # install a small polkit agent - # [... not so relevant output ...] - root@hostname:/host# lxpolkit & # run the polkit agent in the background, ignore the "No session for pid 6034" error. - root@hostname:/host# bitmask -d # tadaa, you have bitmask running in a container! -- cgit v1.2.3