docker ps -a
List containersdocker start <container>
Start existing containerdocker exec -it <container_name> /bin/bash
Execute the container shell
powershell
instead of /bin/bash
if it’s a windows containerdocker image ls
List imagesdocker build --no-cache -t <image-name> .
docker volume ls
List volumes