deis/example-dockerfile-procfile-http

Name: example-dockerfile-procfile-http

Owner: Deis

Description: A simple Dockerfile+Procfile app for Deis, the open source PaaS

Created: 2016-05-13 18:36:40.0

Updated: 2017-03-01 20:52:06.0

Pushed: 2017-05-19 16:56:04.0

Homepage: https://deis.com

Size: 12

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Trivial Dockerfile Quick Start Guide

This guide will walk you through deploying a trivial Dockerfile HTTP application on Deis.

Usage
t clone https://github.com/deis/example-dockerfile-http.git
 example-dockerfile-http
is create
ting Application... done, created upbeat-dragster
remote deis added
te available at ssh://git@deis.local3.deisapp.com:2222/upbeat-dragster.git
t push deis master
ting objects: 63, done.
a compression using up to 4 threads.
ressing objects: 100% (53/53), done.
ing objects: 100% (63/63), 8.53 KiB | 0 bytes/s, done.
l 63 (delta 20), reused 0 (delta 0)

-> Building Docker image
te: Sending build context to Docker daemon 14.34 kB
 0 : FROM alpine:3.3
 Pulling from library/alpine
dd565f47: Pulling fs layer
dd565f47: Verifying Checksum
dd565f47: Download complete
dd565f47: Pull complete
st: sha256:2d4f890b7eddb390285e3afea9be98a078c2acd2fb311da8c9048e3d1e4864d3
us: Downloaded newer image for alpine:3.3
> 3571dd565f47
 1 : RUN apk add -U     bash    nginx   && rm -rf /var/cache/apk*
> Running in 6cdd54978d8c
h http://dl-4.alpinelinux.org/alpine/v3.3/main/x86_64/APKINDEX.tar.gz
h http://dl-4.alpinelinux.org/alpine/v3.3/community/x86_64/APKINDEX.tar.gz
) Installing ncurses-terminfo-base (6.0-r6)
) Installing ncurses-terminfo (6.0-r6)
) Installing ncurses-libs (6.0-r6)
) Installing readline (6.3.008-r4)
) Installing bash (4.3.42-r3)
uting bash-4.3.42-r3.post-install
) Installing nginx-initscripts (1.8.0-r0)
uting nginx-initscripts-1.8.0-r0.pre-install
) Installing pcre (8.38-r0)
) Installing nginx (1.8.1-r0)
uting busybox-1.24.1-r7.trigger
14 MiB in 19 packages
> 9434dd06a084
ving intermediate container 6cdd54978d8c
 2 : RUN ln -sf /dev/stdout /var/log/nginx/access.log
> Running in 38f14358233d
> 4ffef06ba6a0
ving intermediate container 38f14358233d
 3 : RUN ln -sf /dev/stderr /var/log/nginx/error.log
> Running in 60f4ae7f4756
> 050b810046b9
ving intermediate container 60f4ae7f4756
 4 : ENV POWERED_BY Deis
> Running in c9fc78347b02
> 47af3c178d1d
ving intermediate container c9fc78347b02
 5 : COPY rootfs /
> 4ac01469f15c
ving intermediate container fe62caa50306
 6 : CMD /bin/boot
> Running in 741d73e3b20f
> ca9f2bdb5683
ving intermediate container 741d73e3b20f
 7 : EXPOSE 80
> Running in 0e14c04fa674
> e4739432f005
ving intermediate container 0e14c04fa674
 8 : ENV GIT_SHA 7ae43cc95305a4a208ff9a4950872f1bbe86a3f8
> Running in 69ab5944413c
> e36e1c6e0a89
ving intermediate container 69ab5944413c
essfully built e36e1c6e0a89
-> Pushing image to private registry

-> Launching...
   done, upbeat-dragster:v2 deployed to Deis

   http://upbeat-dragster.local3.deisapp.com

   To learn more, use `deis help` or visit http://deis.io

sh://git@deis.local3.deisapp.com:2222/upbeat-dragster.git
new branch]      master -> master
rl http://upbeat-dragster.local3.deisapp.com
red by Deis
is config:set POWERED_BY="Engine Yard"
ting config... done, v3

upbeat-dragster Config
RED_BY      Engine Yard
rl http://upbeat-dragster.local3.deisapp.com
red by Engine Yard
Additional Resources

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.