I have tested the scenario described in the Test Case section in the bug
description through all the target releases and they all seem good:

# Groovy

ubuntu@docker-groovy:~$ sudo apt install -t groovy-proposed docker.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  aufs-tools cgroupfs-mount | cgroup-lite debootstrap docker-doc rinse zfs-fuse 
| zfsutils
The following NEW packages will be installed:
  docker.io
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 38.9 MB of archives.
After this operation, 192 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu groovy-proposed/universe amd64 docker.io 
amd64 19.03.13-0ubuntu3.1 [38.9 MB]
Fetched 38.9 MB in 2min 55s (222 kB/s)                                          
                                                                                
                                                  
Preconfiguring packages ...
Selecting previously unselected package docker.io.
(Reading database ... 96842 files and directories currently installed.)
Preparing to unpack .../docker.io_19.03.13-0ubuntu3.1_amd64.deb ...
Unpacking docker.io (19.03.13-0ubuntu3.1) ...
Setting up docker.io (19.03.13-0ubuntu3.1) ...
/var/lib/dpkg/info/docker.io.postinst: 31: zfs: not found
docker.service is a disabled or a static unit, not starting it.
Processing triggers for man-db (2.9.3-2) ...
ubuntu@docker-groovy:~$ sudo docker run -e REDIS_PASSWORD=1234 --network host 
--name test-redis -d ubuntu/redis:latest
060cdb80dd35caae1938792e3e07ef4615d111ce78f5f428463ab50e462e1240
ubuntu@docker-groovy:~$ sudo docker container logs test-redis

1:C 04 Jan 2021 19:47:38.016 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 04 Jan 2021 19:47:38.016 # Redis version=5.0.7, bits=64, commit=00000000, 
modified=0, pid=1, just started
1:C 04 Jan 2021 19:47:38.016 # Configuration loaded
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 5.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 04 Jan 2021 19:47:38.017 # Server initialized
1:M 04 Jan 2021 19:47:38.017 # WARNING overcommit_memory is set to 0! 
Background save may fail under low memory condition. To fix this issue add 
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the 
command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 04 Jan 2021 19:47:38.017 # WARNING you have Transparent Huge Pages (THP) 
support enabled in your kernel. This will create latency and memory usage 
issues with Redis. To fix this issue run the command 'echo never > 
/sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your 
/etc/rc.local in order to retain the setting after a reboot. Redis must be 
restarted after THP is disabled.
1:M 04 Jan 2021 19:47:38.017 * Ready to accept connections
ubuntu@docker-groovy:~$ sudo apt install --reinstall containerd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 15 not upgraded.
Need to get 27.9 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu groovy-proposed/main amd64 containerd 
amd64 1.3.7-0ubuntu3.2 [27.9 MB]
Fetched 27.9 MB in 2min 55s (159 kB/s)                                          
                                                                                
                                                  
(Reading database ... 97051 files and directories currently installed.)
Preparing to unpack .../containerd_1.3.7-0ubuntu3.2_amd64.deb ...
Unpacking containerd (1.3.7-0ubuntu3.2) over (1.3.7-0ubuntu3.2) ...
Setting up containerd (1.3.7-0ubuntu3.2) ...
Processing triggers for man-db (2.9.3-2) ...
ubuntu@docker-groovy:~$ systemctl status containerd | grep Active
     Active: active (running) since Mon 2021-01-04 16:51:31 -03; 13s ago
ubuntu@docker-groovy:~$ systemctl status docker | grep Active
     Active: active (running) since Mon 2021-01-04 16:39:51 -03; 11min ago
ubuntu@docker-groovy:~$ sudo docker container logs test-redis

1:C 04 Jan 2021 19:47:38.016 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 04 Jan 2021 19:47:38.016 # Redis version=5.0.7, bits=64, commit=00000000, 
modified=0, pid=1, just started
1:C 04 Jan 2021 19:47:38.016 # Configuration loaded
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 5.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 04 Jan 2021 19:47:38.017 # Server initialized
1:M 04 Jan 2021 19:47:38.017 # WARNING overcommit_memory is set to 0! 
Background save may fail under low memory condition. To fix this issue add 
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the 
command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 04 Jan 2021 19:47:38.017 # WARNING you have Transparent Huge Pages (THP) 
support enabled in your kernel. This will create latency and memory usage 
issues with Redis. To fix this issue run the command 'echo never > 
/sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your 
/etc/rc.local in order to retain the setting after a reboot. Redis must be 
restarted after THP is disabled.
1:M 04 Jan 2021 19:47:38.017 * Ready to accept connections

# Focal

ubuntu@docker-focal:~$ sudo apt install -t focal-proposed docker.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  aufs-tools debootstrap docker-doc rinse zfs-fuse | zfsutils
The following packages will be upgraded:
  docker.io
1 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
Need to get 38.9 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal-proposed/universe amd64 docker.io 
amd64 19.03.8-0ubuntu1.20.04.2 [38.9 MB]
Fetched 38.9 MB in 4min 18s (151 kB/s)                                          
                                                                                
                                                  
Preconfiguring packages ...
(Reading database ... 94795 files and directories currently installed.)
Preparing to unpack .../docker.io_19.03.8-0ubuntu1.20.04.2_amd64.deb ...
Unpacking docker.io (19.03.8-0ubuntu1.20.04.2) over (19.03.8-0ubuntu1.20.04.1) 
...
Setting up docker.io (19.03.8-0ubuntu1.20.04.2) ...
docker.service is a disabled or a static unit, not starting it.
Processing triggers for man-db (2.9.1-1) ...
ubuntu@docker-focal:~$ sudo docker run -e REDIS_PASSWORD=1234 --network host 
--name test-redis -d ubuntu/redis:latest
cf243313f8272b3a3bd76eddc98ff94f9315affa55aa146e2f093f86a07b2708
ubuntu@docker-focal:~$ sudo docker container logs test-redis

1:C 04 Jan 2021 19:21:14.703 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 04 Jan 2021 19:21:14.703 # Redis version=5.0.7, bits=64, commit=00000000, 
modified=0, pid=1, just started
1:C 04 Jan 2021 19:21:14.703 # Configuration loaded
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 5.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 04 Jan 2021 19:21:14.706 # Server initialized
1:M 04 Jan 2021 19:21:14.707 # WARNING overcommit_memory is set to 0! 
Background save may fail under low memory condition. To fix this issue add 
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the 
command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 04 Jan 2021 19:21:14.707 # WARNING you have Transparent Huge Pages (THP) 
support enabled in your kernel. This will create latency and memory usage 
issues with Redis. To fix this issue run the command 'echo never > 
/sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your 
/etc/rc.local in order to retain the setting after a reboot. Redis must be 
restarted after THP is disabled.
1:M 04 Jan 2021 19:21:14.707 * Ready to accept connections
ubuntu@docker-focal:~$ sudo apt install --reinstall containerd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be upgraded:
  containerd
1 upgraded, 0 newly installed, 0 to remove and 22 not upgraded.
Need to get 27.8 MB of archives.
After this operation, 12.3 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu focal-proposed/main amd64 containerd 
amd64 1.3.3-0ubuntu2.2 [27.8 MB]
Fetched 27.8 MB in 2min 8s (218 kB/s)                                           
                                                                                
                                                  
(Reading database ... 94795 files and directories currently installed.)
Preparing to unpack .../containerd_1.3.3-0ubuntu2.2_amd64.deb ...
Unpacking containerd (1.3.3-0ubuntu2.2) over (1.3.3-0ubuntu2) ...
Setting up containerd (1.3.3-0ubuntu2.2) ...
Processing triggers for man-db (2.9.1-1) ...
ubuntu@docker-focal:~$ systemctl status containerd | grep Active
     Active: active (running) since Mon 2021-01-04 16:23:41 -03; 25s ago
ubuntu@docker-focal:~$ systemctl status docker | grep Active
     Active: active (running) since Mon 2021-01-04 16:20:59 -03; 3min 13s ago
ubuntu@docker-focal:~$ sudo docker container logs test-redis

1:C 04 Jan 2021 19:21:14.703 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 04 Jan 2021 19:21:14.703 # Redis version=5.0.7, bits=64, commit=00000000, 
modified=0, pid=1, just started
1:C 04 Jan 2021 19:21:14.703 # Configuration loaded
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 5.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 04 Jan 2021 19:21:14.706 # Server initialized
1:M 04 Jan 2021 19:21:14.707 # WARNING overcommit_memory is set to 0! 
Background save may fail under low memory condition. To fix this issue add 
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the 
command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 04 Jan 2021 19:21:14.707 # WARNING you have Transparent Huge Pages (THP) 
support enabled in your kernel. This will create latency and memory usage 
issues with Redis. To fix this issue run the command 'echo never > 
/sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your 
/etc/rc.local in order to retain the setting after a reboot. Redis must be 
restarted after THP is disabled.
1:M 04 Jan 2021 19:21:14.707 * Ready to accept connections

# Bionic

ubuntu@docker-bionic:~$ sudo apt install -t bionic-proposed docker.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  aufs-tools debootstrap docker-doc rinse zfs-fuse | zfsutils
The following packages will be upgraded:
  docker.io
1 upgraded, 0 newly installed, 0 to remove and 28 not upgraded.
Need to get 39.9 MB of archives.
After this operation, 1024 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 docker.io 
amd64 19.03.6-0ubuntu1~18.04.3 [39.9 MB]
Fetched 39.9 MB in 3min 28s (192 kB/s)                                          
                                                                                
                                                  
Preconfiguring packages ...
(Reading database ... 91067 files and directories currently installed.)
Preparing to unpack .../docker.io_19.03.6-0ubuntu1~18.04.3_amd64.deb ...
Unpacking docker.io (19.03.6-0ubuntu1~18.04.3) over (19.03.6-0ubuntu1~18.04.2) 
...
Setting up docker.io (19.03.6-0ubuntu1~18.04.3) ...
docker.service is a disabled or a static unit, not starting it.
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
ubuntu@docker-bionic:~$ sudo docker run -e REDIS_PASSWORD=1234 --network host 
--name test-redis -d ubuntu/redis:latest
d18563138ff494ab83a7563302b58a60d91b0fe4e0da9e5b97fab203673d3270
ubuntu@docker-bionic:~$ sudo docker container logs test-redis

1:C 04 Jan 2021 19:11:43.994 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 04 Jan 2021 19:11:43.994 # Redis version=5.0.7, bits=64, commit=00000000, 
modified=0, pid=1, just started
1:C 04 Jan 2021 19:11:43.994 # Configuration loaded
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 5.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 04 Jan 2021 19:11:43.997 # WARNING: The TCP backlog setting of 511 cannot 
be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 
128.
1:M 04 Jan 2021 19:11:43.997 # Server initialized
1:M 04 Jan 2021 19:11:43.997 # WARNING overcommit_memory is set to 0! 
Background save may fail under low memory condition. To fix this issue add 
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the 
command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 04 Jan 2021 19:11:43.998 # WARNING you have Transparent Huge Pages (THP) 
support enabled in your kernel. This will create latency and memory usage 
issues with Redis. To fix this issue run the command 'echo never > 
/sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your 
/etc/rc.local in order to retain the setting after a reboot. Redis must be 
restarted after THP is disabled.
1:M 04 Jan 2021 19:11:43.998 * Ready to accept connections
ubuntu@docker-bionic:~$ sudo apt install --reinstall containerd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be upgraded:
  containerd
1 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
Need to get 21.7 MB of archives.
After this operation, 12.3 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-proposed/universe amd64 
containerd amd64 1.3.3-0ubuntu1~18.04.4 [21.7 MB]
Fetched 21.7 MB in 1min 16s (286 kB/s)                                          
                                                                                
                                                  
(Reading database ... 91067 files and directories currently installed.)
Preparing to unpack .../containerd_1.3.3-0ubuntu1~18.04.4_amd64.deb ...
Unpacking containerd (1.3.3-0ubuntu1~18.04.4) over (1.3.3-0ubuntu1~18.04.2) ...
Setting up containerd (1.3.3-0ubuntu1~18.04.4) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
ubuntu@docker-bionic:~$ systemctl status containerd | grep Active
   Active: active (running) since Mon 2021-01-04 16:13:17 -03; 4s ago
ubuntu@docker-bionic:~$ systemctl status docker | grep Active
   Active: active (running) since Mon 2021-01-04 16:11:33 -03; 1min 54s ago
ubuntu@docker-bionic:~$ sudo docker container logs test-redis

1:C 04 Jan 2021 19:11:43.994 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 04 Jan 2021 19:11:43.994 # Redis version=5.0.7, bits=64, commit=00000000, 
modified=0, pid=1, just started
1:C 04 Jan 2021 19:11:43.994 # Configuration loaded
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 5.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 04 Jan 2021 19:11:43.997 # WARNING: The TCP backlog setting of 511 cannot 
be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 
128.
1:M 04 Jan 2021 19:11:43.997 # Server initialized
1:M 04 Jan 2021 19:11:43.997 # WARNING overcommit_memory is set to 0! 
Background save may fail under low memory condition. To fix this issue add 
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the 
command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 04 Jan 2021 19:11:43.998 # WARNING you have Transparent Huge Pages (THP) 
support enabled in your kernel. This will create latency and memory usage 
issues with Redis. To fix this issue run the command 'echo never > 
/sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your 
/etc/rc.local in order to retain the setting after a reboot. Redis must be 
restarted after THP is disabled.
1:M 04 Jan 2021 19:11:43.998 * Ready to accept connections

# Xenial

ubuntu@docker-xenial:~$ sudo apt install -t xenial-proposed docker.io
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Suggested packages:
  aufs-tools debootstrap docker-doc rinse zfs-fuse | zfsutils
The following packages will be upgraded:
  docker.io
1 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.
Need to get 30.5 MB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 docker.io 
amd64 18.09.7-0ubuntu1~16.04.7 [30.5 MB]
Fetched 30.5 MB in 1min 53s (269 kB/s)                                          
                                                                                
                                                  
Preconfiguring packages ...
(Reading database ... 54634 files and directories currently installed.)
Preparing to unpack .../docker.io_18.09.7-0ubuntu1~16.04.7_amd64.deb ...
Unpacking docker.io (18.09.7-0ubuntu1~16.04.7) over (18.09.7-0ubuntu1~16.04.6) 
...
Processing triggers for ureadahead (0.100.0-19.1) ...
Processing triggers for systemd (229-4ubuntu21.29) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up docker.io (18.09.7-0ubuntu1~16.04.7) ...
ubuntu@docker-xenial:~$ sudo docker run -e REDIS_PASSWORD=1234 --network host 
--name test-redis -d ubuntu/redis:latest
61a85b479523ef11681d3108c1c49445ed67174837cd9fc14fdc788671d94081
ubuntu@docker-xenial:~$ sudo docker container logs test-redis

1:C 04 Jan 2021 19:03:00.628 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 04 Jan 2021 19:03:00.628 # Redis version=5.0.7, bits=64, commit=00000000, 
modified=0, pid=1, just started
1:C 04 Jan 2021 19:03:00.628 # Configuration loaded
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 5.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 04 Jan 2021 19:03:00.628 # WARNING: The TCP backlog setting of 511 cannot 
be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 
128.
1:M 04 Jan 2021 19:03:00.628 # Server initialized
1:M 04 Jan 2021 19:03:00.628 # WARNING overcommit_memory is set to 0! 
Background save may fail under low memory condition. To fix this issue add 
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the 
command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 04 Jan 2021 19:03:00.628 # WARNING you have Transparent Huge Pages (THP) 
support enabled in your kernel. This will create latency and memory usage 
issues with Redis. To fix this issue run the command 'echo never > 
/sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your 
/etc/rc.local in order to retain the setting after a reboot. Redis must be 
restarted after THP is disabled.
1:M 04 Jan 2021 19:03:00.628 * Ready to accept connections
ubuntu@docker-xenial:~$ sudo apt install --reinstall containerd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be upgraded:
  containerd
1 upgraded, 0 newly installed, 0 to remove and 13 not upgraded.
Need to get 19.9 MB of archives.
After this operation, 36.9 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-proposed/universe amd64 
containerd amd64 1.2.6-0ubuntu1~16.04.6 [19.9 MB]
Fetched 19.9 MB in 1min 14s (266 kB/s)                                          
                                                                                
                                                  
(Reading database ... 54634 files and directories currently installed.)
Preparing to unpack .../containerd_1.2.6-0ubuntu1~16.04.6_amd64.deb ...
Unpacking containerd (1.2.6-0ubuntu1~16.04.6) over (1.2.6-0ubuntu1~16.04.4) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up containerd (1.2.6-0ubuntu1~16.04.6) ...
ubuntu@docker-xenial:~$ systemctl status containerd | grep Active
   Active: active (running) since Mon 2021-01-04 16:04:32 -03; 12s ago
ubuntu@docker-xenial:~$ systemctl status docker | grep Active
   Active: active (running) since Mon 2021-01-04 16:02:20 -03; 2min 30s ago
ubuntu@docker-xenial:~$ sudo docker container logs test-redis

1:C 04 Jan 2021 19:03:00.628 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
1:C 04 Jan 2021 19:03:00.628 # Redis version=5.0.7, bits=64, commit=00000000, 
modified=0, pid=1, just started
1:C 04 Jan 2021 19:03:00.628 # Configuration loaded
                _._                                                  
           _.-``__ ''-._                                             
      _.-``    `.  `_.  ''-._           Redis 5.0.7 (00000000/0) 64 bit
  .-`` .-```.  ```\/    _.,_ ''-._                                   
 (    '      ,       .-`  | `,    )     Running in standalone mode
 |`-._`-...-` __...-.``-._|'` _.-'|     Port: 6379
 |    `-._   `._    /     _.-'    |     PID: 1
  `-._    `-._  `-./  _.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |           http://redis.io        
  `-._    `-._`-.__.-'_.-'    _.-'                                   
 |`-._`-._    `-.__.-'    _.-'_.-'|                                  
 |    `-._`-._        _.-'_.-'    |                                  
  `-._    `-._`-.__.-'_.-'    _.-'                                   
      `-._    `-.__.-'    _.-'                                       
          `-._        _.-'                                           
              `-.__.-'                                               

1:M 04 Jan 2021 19:03:00.628 # WARNING: The TCP backlog setting of 511 cannot 
be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 
128.
1:M 04 Jan 2021 19:03:00.628 # Server initialized
1:M 04 Jan 2021 19:03:00.628 # WARNING overcommit_memory is set to 0! 
Background save may fail under low memory condition. To fix this issue add 
'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the 
command 'sysctl vm.overcommit_memory=1' for this to take effect.
1:M 04 Jan 2021 19:03:00.628 # WARNING you have Transparent Huge Pages (THP) 
support enabled in your kernel. This will create latency and memory usage 
issues with Redis. To fix this issue run the command 'echo never > 
/sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your 
/etc/rc.local in order to retain the setting after a reboot. Redis must be 
restarted after THP is disabled.
1:M 04 Jan 2021 19:03:00.628 * Ready to accept connections

** Tags removed: verification-needed verification-needed-bionic 
verification-needed-focal verification-needed-groovy verification-needed-xenial
** Tags added: verification-done verification-done-bionic 
verification-done-focal verification-done-groovy verification-done-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1870514

Title:
  [SRU] update containerd:amd64 1.3.3-0 stops docker daemon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/containerd/+bug/1870514/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to