Docker stuff
# Build image docker build -t friendlyhello . # Logs docker logs container_id --tail=100 --follow