Docker useful commands

Listing containers


Remove containers

Stopping containers

  • docker stop quickstart.cloudera  # Stop container (link)
  • docker container prune # Remove all stopped containers
  • docker volume prune # Remove all unused volumes
  • docker image prune # Remove unused images

Links



Comments

Popular posts from this blog

How to create an organizational chart in your webpage using Google Organization Chart Tools

Embed JSX code with if condition in React app