mirror of
https://github.com/unraid/webgui.git
synced 2026-01-23 01:50:24 -06:00
Fix: Docker remove context item should delete container not image
This commit is contained in:
@@ -493,7 +493,6 @@ class DockerUpdate{
|
||||
|
||||
public function setUpdateStatus($image, $version) {
|
||||
global $dockerManPaths;
|
||||
$DockerClient = new DockerClient();
|
||||
$update_file = $dockerManPaths['update-status'];
|
||||
$updateStatus = (is_file($update_file)) ? json_decode(file_get_contents($update_file), true) : [];
|
||||
$updateStatus[$image] = [
|
||||
|
||||
Reference in New Issue
Block a user