Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to kill the whole docker process??

Featured Replies

I have a docker that won't stop.  I've tried manually killing it (docker kill containername) and I can't.

I tried to kill the process in the container that was still running, but I got an error....

My guess is I won't be able to shutdown/restart the array until the whole docker subsystem is happy.

 

How can I kill/restart the whole docker processes?

 

Thanks,

 

Jim

  • Author

This Stackoverflow post was helpful.  I was able to kill the process this way.  We'll see if I can stop/restart the array gracefully.  I need to wait for a disk zeroing to finish first before I can try...

 

Quote

All the docker: start | restart | stop | rm --force | kill commands may not work if the container is stuck. You can always restart the docker daemon. However, if you have other containers running, that may not be the option. What you can do is:


ps aux | grep <<container id>> | awk '{print $1 $2}'

The output contains:

<<user>><<process id>>

Then kill the process associated with the container like so:


sudo kill -9 <<process id from above command>>

That will kill the container and you can start a new container with the right image.

 

Edited by jbuszkie

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.