Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 324 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 324 Bytes

Web.py image of Debian Jessie Build Status

Required Docker Images

  • apt-cacher-ng
  • openssh

Build

  docker build -t webpy:latest .

Run

  docker run -d -p 8080:8080 -h webpy --name webpy webpy:latest