• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

all

Windows + Tab

September 18, 2019

Found another gem to display all Windows by using …

Windows + Tab

Windows + Tab

Filed Under: Misc Tagged With: all, display, tab, windows

Docker Stop and Remove All

July 4, 2019

Here’s the command to stop and remove all Docker containers.

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)

docker stop $(docker ps -a -q) docker rm $(docker ps -a -q)

Filed Under: Cloud Tagged With: all, containers, docker, remove, stop

  • Home
  • About
  • Archives

Copyright © 2023