container

docker container  Manage containers
docker rename     Rename a container
Searching an image from Docker Hub.
Rename a container

docker create     Create a new container. See the run command.
docker update     Update configuration of one or more containers
docker rm         Remove one or more containers
docker attach     Attach local standard input, output, and error streams to a running container
Update configuration of one or more containers
Remove one or more containers
Attach local standard input, output, and error streams to a running container

docker stop        Stop one or more running containers
docker kill        Kill one or more running containers
docker start       Start one or more stopped containers
docker restart     Restart one or more containers
Stop/start one or more running containerss

docker ps          List containers
docker port        List port mappings or a specific mapping for the container
docker network     Manage networks
ps port network