Skip to content

Instantly share code, notes, and snippets.

@Warrenn
Created April 25, 2022 10:34
Show Gist options
  • Save Warrenn/acd83f9c5c34668fc4af1b8a0929993e to your computer and use it in GitHub Desktop.
Save Warrenn/acd83f9c5c34668fc4af1b8a0929993e to your computer and use it in GitHub Desktop.
$images=$(docker ps);$imageid=$images[1].Split(' ')[0];docker kill $imageid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment