Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 313 Bytes

Dockerfile example with python twisted

This repository contains a simple twisted application with a Dockerfile.

Using

$ docker build -t mnagy/twisted_hello .
$ docker run -p 1337:1337 -t mnagy/twisted_hello

The application will run on port 1337.