Skip to content
This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 683 Bytes

File metadata and controls

23 lines (13 loc) · 683 Bytes

quickstart-python

Deploy to Docker Cloud

A simple Python app (using Flask) which can easily be deployed to Docker Cloud.

Running locally

Build and run using Docker Compose:

$ git clone https://github.com/docker/dockercloud-quickstart-python
$ cd dockercloud-quickstart-python
$ docker-compose up

Deploying to Docker Cloud

Install the Docker Cloud CLI

$ docker login
$ docker-cloud stack up

Continue with this tutorial here