My Python Project Setup with Docker Build the image: docker build -t sensorsunrise . Run and develop: docker run -it -v $(pwd):/app sensorsunrise Inside the container, run your Python scripts.