Skip to content

mnagy/docker-python-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages