Wow Docker is Fun to Learn and implement but there are a lot of commands for each part. Today i successfully understood some basic concepts and could create the image(Flask app.) and run an instance of Flask Applications and a Postgres instance.
Interesting part being that i created them under a common newly created network and the postgres data inside a volume that too created with Docker.
Also learnt some concept of Dockerfile.
#Docker #Devops #Python #Postgres #Learning #Programming