Skip to content
graziano obertelli edited this page Jul 17, 2014 · 5 revisions

This is about running AppScale within a docker container. Another alternative is to have Docker as one of AppScale infrastructure, that is to allow AppScale to start and stop containers as needed.

This pull has been verified to work on Docker https://github.com/AppScale/appscale/pull/1575. Some changes were needed to ensure that AppScale won't change of fail trying what is not allowed in a container (for example low level kernel network tuning).

Creating your own container

To create your own container with the latest AppScale:

  • make sure you have ubuntu repository docker pull ubuntu
  • start a container with the proper LTS version docker run -i ubuntu:12.04 /bin/bash
  • install AppScale
  • you can run AppScale as a Virtualized Cluster

Using AppScale repository

We are working on it.


Note this page is work in progress.

Clone this wiki locally