···11+Dockerize BOTH apps - the Python and the Node app.
22+33+1) Create appropriate images for both apps (two separate images!).
44+HINT: Have a brief look at the app code to configure your images correctly!
55+66+2) Launch a container for each created image, making sure,
77+that the app inside the container works correctly and is usable.
88+99+3) Re-create both containers and assign names to both containers.
1010+Use these names to stop and restart both containers.
1111+1212+4) Clean up (remove) all stopped (and running) containers,
1313+clean up all created images.
1414+1515+5) Re-build the images - this time with names and tags assigned to them.
1616+1717+6) Run new containers based on the re-built images, ensuring that the containers
1818+are removed automatically when stopped.