docker build -t industrial_problem:1.0 .
docker images
docker image rm -f bb3bc2fd1552 890cae6fd09b
docker version
docker-compose config
docker-compose up -d
docker ps
docker exec -it custom_mysql_cont_1 bash
exit
docker-compose down
Docker command to remove any containers that are not associated with a service defined in the current compose file
docker-compose down --remove-orphans