docker-rm(1) - Remove one or more containers



  • Docker documentation for docker rm: https://docs.docker.com/engine/reference/commandline/rm/

    DOCKER(1)							     DOCKER(1)
    
    NAME
           docker-rm - Remove one or more containers
    
    SYNOPSIS
           docker rm [OPTIONS] CONTAINER [CONTAINER...]
    
    DESCRIPTION
           Alias for docker container rm.
    
    OPTIONS
           -f, --force[=false]
    	   Force the removal of a running container (uses SIGKILL)
    
           -l, --link[=false]
    	   Remove the specified link
    
           -v, --volumes[=false]
    	   Remove the volumes associated with the container
    
    SEE ALSO
           docker(1)
    
    Docker Community		   Sep 2017			     DOCKER(1)
    

Log in to reply
 

© Lightnetics 2024