Apr 4, 2025
$ docker run hello-world.docker pull to fetch images from Docker registry.docker run command to run Docker containers.docker ps shows running containers; docker ps -a shows all containers.docker rm removes containers; docker container prune removes all stopped containers.-P or -p flags in docker run.docker build to create a Docker image from a Dockerfile.Dockerrun.aws.json file specifies Docker container configuration.docker network create and --net flag in docker run.docker-compose.yml to configure services.ecs-cli compose up uses docker-compose.yml to deploy apps.