Some command and tips about Docker.
- docker info - docker information
- docker version - docker version
- docker ps - status the container
- docker container -a - display all the containers
- docker image -a - display all the images container
- docker run - runs a container
- docker container --rm - remove a container
- docker pause - pause the container
- docker rm image - * remove a image*
- docker ps - * list the containers*
- docker pull - Pull an image or a repository from a registry
- docker container run -it debian bash - enters in container terminal selected
- docker registry - * Manage Docker registries*
- docker rename CONTAINER NEW NAME - * rename a container*
- docker build -t nomeimage . - builds the image
- docker image prune [OPTIONS] - remove unsued images