Help()
AdminApp.help()
AdminConfig.help()
AdminControl.help()
List some servers:
AdminControl.queryNames('type=Server,cell='+cn+',node='+nn+',*')
Help()
AdminApp.help()
AdminConfig.help()
AdminControl.help()
List some servers:
AdminControl.queryNames('type=Server,cell='+cn+',node='+nn+',*')
| ############################################################ | |
| # Dockerfile to build Python Nginx/uWSGI/Flask Application Containers | |
| # Based on Ubuntu | |
| ############################################################ | |
| # Set the base image to Ubuntu | |
| FROM icecreammatt/flask | |
| # File Author / Maintainer | |
| MAINTAINER David Mitchell |
| upstream uwsgicluster { | |
| #keepalive 128; | |
| #server 127.0.0.1:8080; | |
| server unix:/run/uwsgi/webapps/flask-example/socket; | |
| } | |
| server { | |
| listen 80 default_server; | |
| listen [::]:80 default_server ipv6only=on; |
| # VERSION 1.0 | |
| # the base image is a trusted ubuntu build with java 7 (https://index.docker.io/u/dockerfile/java/) | |
| FROM dockerfile/java | |
| # that's me! | |
| MAINTAINER Adam Warski, adam@warski.org | |
| # we need this because the workdir is modified in dockerfile/java | |
| WORKDIR / |
| PROGRAM RoxboroRumble (Input, Output); | |
| (* This program is a RPG about Roxboro. It's basic plot is this *) | |
| (* You are a teenager that moved into Roxboro from a presumably *) | |
| (* more exciting town. It isn't long before boredom sets in... *) | |
| (* about 5 seconds considering it's Roxboro. You soon realize *) | |
| (* there is nothing to do in Roxboro and the only thing to do *) | |
| (* Roxboro is get out of Roxboro. This is where the game begins *) | |
| (* the user must over come many challenges and defeat the *) | |
| (* bosses that guard the ways out of Roxboro. The user gains *) | |
| (* experience along the way by killing crack/pot heads, preps, *) |