Getting the Id and other info from running containers: docker ps Stopping a container: docker stop <container-id> Removing a container: docker rm <countainer-id> Stopping and removing: docker rm -f <countainer-id>