-
Docker and Containers
Containers are lightweight computer services and I’m going to work on exploring this technology. First, to create a cluster, which groups tasks, services together. First, go to ECS and create a cluster. For this example, I’m going to select both Fargate, which is serverless provisioning, and EC2 Instances, which requires manual configuration. Since I selected…
-
Containers w/ Alembic, Postgres DB, VSC + RAW vs ORM SQL Queries
This posting is where I’m going to post the steps that I took to do the following: 1) set up Visual Studio Code to work with Containers 2) download docker images 3) connect to various containers which all are geared up to build a python-flask-PG DB application 4) work with alembic and flask to work…
-
Exploring Docker
-
Docker
As part of my learning path (learning Python, Linux, AWS, DevOps, Networks and more), I am learning to work with Docker and containers. I’m going to post what I learn as I move along, starting with ground zero and then hopefully working up to more interesting aspects. Away we go! First, i downloaded the .dmg…