[root@COMPUTER ~]# uname -a Linux COMPUTER 5.15.41-1-lts #1 SMP Wed, 18 May 2022 13:37:06 +0000 x86_64 GNU/Linux [root@COMPUTER ~]# uptime 17:03:06 up 36 min, 5 users, load average: 0.93, 1.10, 1.08 [root@COMPUTER ~]# systemctl status docker.service | grep Active Active: active (running) since Mon 2022-05-23 17:00:56 CEST; 2min 16s ago [root@COMPUTER ~]# pacman -Ss iptables-nft core/iptables-nft 1:1.8.8-1 [installed: 1:1.8.7-1] Linux kernel packet control tool (using nft interface) [root@COMPUTER ~]# pacman -Syu :: Synchronising package databases... core is up to date extra is up to date community is up to date multilib is up to date :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) iptables-nft-1:1.8.8-1 Total Installed Size: 2.39 MiB Net Upgrade Size: -0.02 MiB :: Proceed with installation? [Y/n] y (1/1) checking keys in keyring [########################################################################################] 100% (1/1) checking package integrity [########################################################################################] 100% (1/1) loading package files [########################################################################################] 100% (1/1) checking for file conflicts [########################################################################################] 100% (1/1) checking available disk space [########################################################################################] 100% :: Processing package changes... (1/1) upgrading iptables-nft [########################################################################################] 100% :: Running post-transaction hooks... (1/2) Reloading system manager configuration... (2/2) Arming ConditionNeedsUpdate... [root@COMPUTER ~]# systemctl restart docker.service Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xeu docker.service" for details. [root@COMPUTER ~]# pacman -U /var/cache/pacman/pkg/iptables-nft-1\:1.8.7-1-x86_64.pkg.tar.zst loading packages... warning: downgrading package iptables-nft (1:1.8.8-1 => 1:1.8.7-1) resolving dependencies... looking for conflicting packages... Packages (1) iptables-nft-1:1.8.7-1 Total Installed Size: 2.41 MiB Net Upgrade Size: 0.02 MiB :: Proceed with installation? [Y/n] y (1/1) checking keys in keyring [########################################################################################] 100% (1/1) checking package integrity [########################################################################################] 100% (1/1) loading package files [########################################################################################] 100% (1/1) checking for file conflicts [########################################################################################] 100% (1/1) checking available disk space [########################################################################################] 100% :: Processing package changes... (1/1) downgrading iptables-nft [########################################################################################] 100% :: Running post-transaction hooks... (1/2) Reloading system manager configuration... (2/2) Arming ConditionNeedsUpdate... [root@COMPUTER ~]# systemctl restart docker.service [root@COMPUTER ~]# systemctl status docker.service | grep Active Active: active (running) since Mon 2022-05-23 17:08:08 CEST; 8s ago