# Usage ``` docker build -t tiny-http . && docker run -ti -p 8080:8080 tiny-http ``` ``` curl localhost:8080 ``` # Image size ``` docker ps REPOSITORY TAG IMAGE ID CREATED SIZE tiny-http latest 14c6fc12c0b5 16 minutes ago 8.487 MB ```