From e9a9e3987a4d10647b59155a2c0330b8c2e4f492 Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Wed, 13 Nov 2013 18:33:43 +0100 Subject: [PATCH 1/4] --- ExistingProjects/OpenPetra/TryingWithDocker.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ExistingProjects/OpenPetra/TryingWithDocker.mdwn diff --git a/ExistingProjects/OpenPetra/TryingWithDocker.mdwn b/ExistingProjects/OpenPetra/TryingWithDocker.mdwn new file mode 100644 index 0000000..6870f5b --- /dev/null +++ b/ExistingProjects/OpenPetra/TryingWithDocker.mdwn @@ -0,0 +1,7 @@ +To try [[OpenPetra]] with docker: + +First download the [[OpenPetra]] source code by running `bzr branch lp:openpetraorg`. This might take up to 40 minutes depending on the connection speed. + +1. Install `lxc-docker` +2. [Create a base image](http://docs.docker.io/en/latest/use/baseimages/) for docker, verify that the image has been created by running `docker images`, it should output something similar to
REPOSITORY          TAG                 ID                  CREATED             SIZE
+raring              latest              9546392d2f16        About an hour ago   191 MB (virtual 191 MB)
From 9d346e77b55501394fc4287599554daa21c6dae6 Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Wed, 13 Nov 2013 19:02:05 +0100 Subject: [PATCH 2/4] Oops, I was thinking of vagrant --- ExistingProjects/OpenPetra/TryingWithDocker.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ExistingProjects/OpenPetra/TryingWithDocker.mdwn b/ExistingProjects/OpenPetra/TryingWithDocker.mdwn index 6870f5b..8fa6cdc 100644 --- a/ExistingProjects/OpenPetra/TryingWithDocker.mdwn +++ b/ExistingProjects/OpenPetra/TryingWithDocker.mdwn @@ -5,3 +5,11 @@ First download the [[OpenPetra]] source code by running `bzr branch lp:openpetra 1. Install `lxc-docker` 2. [Create a base image](http://docs.docker.io/en/latest/use/baseimages/) for docker, verify that the image has been created by running `docker images`, it should output something similar to
REPOSITORY          TAG                 ID                  CREATED             SIZE
 raring              latest              9546392d2f16        About an hour ago   191 MB (virtual 191 MB)
+3. + + +Oops, I've been thinking of [vagrant](http://vagrantup.com) all this time. + +1. Download vagrant: + +Available boxes: https://github.com/fgrehm/vagrant-lxc/wiki/Base-boxes#available-boxes From 247e903f4c8ca3bd7229db4c13b8b55215258e3f Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Wed, 13 Nov 2013 19:02:52 +0100 Subject: [PATCH 3/4] --- ExistingProjects/OpenPetra/TryingWithDocker.mdwn | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ExistingProjects/OpenPetra/TryingWithDocker.mdwn b/ExistingProjects/OpenPetra/TryingWithDocker.mdwn index 8fa6cdc..0074f62 100644 --- a/ExistingProjects/OpenPetra/TryingWithDocker.mdwn +++ b/ExistingProjects/OpenPetra/TryingWithDocker.mdwn @@ -8,8 +8,4 @@ raring latest 9546392d2f16 About an hour ago 3. -Oops, I've been thinking of [vagrant](http://vagrantup.com) all this time. - -1. Download vagrant: - -Available boxes: https://github.com/fgrehm/vagrant-lxc/wiki/Base-boxes#available-boxes +Oops, I've been thinking of [vagrant](http://vagrantup.com) all this time. [[TryingWithVagrant]] From 79a409dc2f56dd9d356233fd41e04a0e8ec91a6d Mon Sep 17 00:00:00 2001 From: "http://wandborg.se/" Date: Wed, 13 Nov 2013 19:03:49 +0100 Subject: [PATCH 4/4] --- ExistingProjects/OpenPetra/TryingWithDocker.mdwn | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ExistingProjects/OpenPetra/TryingWithDocker.mdwn b/ExistingProjects/OpenPetra/TryingWithDocker.mdwn index 0074f62..b1e71e6 100644 --- a/ExistingProjects/OpenPetra/TryingWithDocker.mdwn +++ b/ExistingProjects/OpenPetra/TryingWithDocker.mdwn @@ -1,11 +1 @@ -To try [[OpenPetra]] with docker: - -First download the [[OpenPetra]] source code by running `bzr branch lp:openpetraorg`. This might take up to 40 minutes depending on the connection speed. - -1. Install `lxc-docker` -2. [Create a base image](http://docs.docker.io/en/latest/use/baseimages/) for docker, verify that the image has been created by running `docker images`, it should output something similar to
REPOSITORY          TAG                 ID                  CREATED             SIZE
-raring              latest              9546392d2f16        About an hour ago   191 MB (virtual 191 MB)
-3. - - Oops, I've been thinking of [vagrant](http://vagrantup.com) all this time. [[TryingWithVagrant]]