Skip to content

A containerized Python App for my kids to support their neighborhood Minecraft server.

Notifications You must be signed in to change notification settings

jogster/hemphikid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

This repo is a way to trick my kids into learning to code. It also serves as the second lesson in the Docker Austin Docker 101 series on image building.

Runtime config

To run this container on a cloud machine:

docker run -d -p 80:5000 --name hemphikid.com  behemphi/hemphikid

Note the need to map port 80 on the host to port 5000 of the container.

About

A containerized Python App for my kids to support their neighborhood Minecraft server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%