Nikunj Vaishnavdevcloudjourney.hashnode.dev·Aug 6, 2024Docker for DevOps Engineers: Cheat-sheet #Day-20Docker Basics Images List images:docker images Pull an image:docker pull [image:tag] Build an image:docker build -t [name:tag] [path] Remove an image:docker rmi [image_id] Containers List running containers:docker ps List all containers:docke...2 likes·71 readsDevOpsTrainWithShubhamAdd a thoughtful commentNo comments yetBe the first to start the conversation.