docker rm --help Remove one or more containers



  • 
    Usage:	docker rm [OPTIONS] CONTAINER [CONTAINER...]
    
    Remove one or more containers
    
    Options:
      -f, --force	  Force the removal of a running container (uses SIGKILL)
      -l, --link	  Remove the specified link
      -v, --volumes   Remove the volumes associated with the container
    

Log in to reply
 

© Lightnetics 2024