# README ## Build ``` docker build -t fake_random . ``` ## Run ``` docker run -it --rm --name fake_random -p 7345:70 fake_random ```