35
loading...
This website collects cookies to deliver better user experience
you@Dokysh$ lsc
you@Dokysh$ lsc your_string_filter
python dockysh.py
and then type ? or help for help:you@Dokysh$ help
you@Dokysh$ lsi alpine
where alpine is a filter and return all Alpine images like shown followingyou@Dokysh$ lsi alpine
REPOSITORY TAG IMAGE ID CREATED SIZE
alpine latest d4ff818577bc 6 weeks ago 6.4MB
you@Dokysh$ rmi alpine
where alpine is a filter. you@Dokysh$ rmi alpine
Found 1 images in base your filter 'alpine'. Please confirm the deletion of the images found.
Do you want eliminate the image with id "d4ff818577bc" with tag "latest" of size "6.4MB" from repository "alpine"" ?
([Y]=> yes/ [N]=>no / [E]=> exit from this operation):Y
you@Dokysh$ lsc down
where down is a filter on container statusyou@Dokysh$ lsc up
where up is a filter on container statusyou@Dokysh$ lsc b33526d46134
where b33526d46134 is a filter on image of the container.you@Dokysh$ lsc b33526d46134
where b33526d46134 is a filter on image of the container.you@Dokysh$ rmc 192294a228b7
where 192294a228b7 is a filter representing the id of the container.Found 1 containers in base your filter '192294a228b7'. Please confirm the deletion of the containers found.
Do you want eliminate the container with id "192294a228b7" based on image with ID "b33526d46134" ?
([Y]=> yes/ [N]=>no / [E]=> exit from this operation): Y