Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
janmattfeld committed Jul 24, 2017
2 parents f608818 + 125c86f commit 5233987
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ So, get a virtual machine and all of the above problems would be gone! Except fo

Running inside `LXD` containers might also be an option. They support multiple processes and feel more like a classic VM. Actually, they focus on IaaS [[1]]. However, an LXD-DevStack setup challenges just as much as on Docker [[2]], [[9]].

Also note OpenStack Kolla, which builds individual Docker containers for every project [[10]].

[1]: https://www.ubuntu.com/containers/lxd
[2]: https://stgraber.org/2016/10/26/lxd-2-0-lxd-and-openstack-1112/
[9]: https://docs.openstack.org/devstack/latest/guides/lxc.html
[10]: https://cloudbase.it/openstack-kolla-hyper-v/

### Not invented here

Expand Down Expand Up @@ -55,7 +58,7 @@ Running Docker on DevStack actually has been done before [[3]]. We add the follo

The `Makefile` includes a complete Docker lifecycle. Image build and DevStack installation are simply started with

```bash
```console
$ git clone https://github.com/janmattfeld/DockStack.git
$ cd DockStack
$ make
Expand Down Expand Up @@ -98,7 +101,7 @@ Ping: Ingress, IPv4, ICMP, Any, 0.0.0.0/0

2. On your host: Route to instances through docker instead of the (here unusable) Open vSwitch/Neutron interface br-ex

```bash
```console
$ ip route
172.24.4.0/24 dev br-ex proto kernel scope link src 172.24.4.1

Expand Down

0 comments on commit 5233987

Please sign in to comment.