Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 645 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 645 Bytes

Dockerized Pyethapp

Docker Build Status

Docker Automated build

  • use devel image for development and debugging. This image contains curl, ping, and other tools a developer might need when figuring out the bug.
  • use alpine image for deployment. This images is intentionally kept as light as possible, so building, pulling from Docker Hub could be faster.