Sign inSign up

fgst/djangopython27

By fgst

•Updated over 9 years ago

Ubuntu14 .04 include django 1.8.14 base on python 2.7.11 , virtualenv, nginx, supervisor, sqlite3

Image
0

2.0K

fgst/djangopython27 repository overview

There are many of app was setup as basics support for deploy a full flex Django enviroment for develop Please follow step below to install and deploy create new Dockerfile to build and deploy on Docker by your own

⁠Dockerfile to build container on eclipse che

FROM fgst/djangopython27

MAINTAINTER Dockerfiles

EXPOSE 80 443 8080

WORKDIR /projects

CMD tailf /dev/null

⁠STACK FOR INIT WITH ECLISIPE CHE

FROM djangopython27:latest

MAINTAINER Dockerfiles

WORKDIR /projects

EXPOSE 80 443 8080

CMD tailf /dev/null

⁠if not using eclipse che - only pull images and start it up

Tag summary

Content type

Image

Digest

Size

1.2 GB

Last updated

over 9 years ago

docker pull fgst/djangopython27