This repo contains two apps
created using python frameworks
Django
Flask
using postgreSQL
as the database and
containerized using Docker
and Docker-compose
.
docker image ls
docker image rm -f xxx
docker ps -a
docker container rm -f $(docker container ls -aq)
docker-compose up
docker-compose down
sudo lsof -i :5432
sudo kill -9 1380