#!/bin/bash docker logs --follow $(docker ps | grep "python-${1}" | awk '{print $1}')