Help applying patch to docker installation

Hello again,

I am attempting to apply patch 7-0-0-Patch-1 to my docker installation by following the instructions here, starting from step 2.

In the script I have replaced all instances of ‘v6_0_0’ with ‘v7_0_0’ and all instances of ‘6-0-0-Patch-4’ with ‘7-0-0-Patch-1’.

When I run the script, I obtain the following error:

robert@roberts-Lenovo-B590:~$ ./patch.sh
Error: No such container:
Error: No such container:
Error: No such container:
Error: No such container:
Error: No such container:

Thanks for your help.

Did you first run the command ‘sudo bash’?

If you are not in root, it will not work.

robert@roberts-Lenovo-B590:~$ sudo bash
root@roberts-Lenovo-B590:/home/robert# ./patch.sh
Error: No such container: 
Error: No such container: 
Error: No such container: 
Error: No such container: 
Error: No such container: 
root@roberts-Lenovo-B590:/home/robert#

run ‘sudo docker ps -a’ and see what it reports back.

The last column will provide the docker instance name.

It will also provide that status of the docker container.