Page 2 of 2

Re: Docker Engine update?

Posted: 12 Sep 2022, 20:00
by Gandalf1369
Has anyone had a problem with the latest Docker Manager AND the latest TOS5 combination??

I have Docker Manager (version 1.1.44) and the latest TOS5 (version 5.0.166-00214) running and I am not able download images via the "Registry" tab in Docker Manager. I can search for containers and I can choose one but when I click the "Download" button the resulting pop-up window does NOT allow me to choose a container tag and the "Apply" button is grayed out.

I thought at first that my Docker Manager install was faulty BUT my son is experiencing the exact same problems on his F2-220 NAS. He is also running the latest versions of both.

Any help is appreciated . . .

Thanks.

Re: Docker Engine update?

Posted: 13 Sep 2022, 18:25
by TMSupport
{L_BUTTON_AT}Gandalf1369
This issue will be fixed in next version. As a temporary measure, you can log in to SSH and use the following command to download the image. (Replace image in the command with the name of the image you want to download)

Code: Select all

docker pull image:latest

Re: Docker Engine update?

Posted: 15 Sep 2022, 02:17
by sports_wook
sports_wook wrote: 02 Sep 2022, 19:43 Could we also get Docker updated on version 4.x for those of us who haven't had the time to upgrade to 5.x yet? Would be great to also get the security and performance fixes for older versions as well. I know you'll push me to update to 5.x and I plan to eventually, but that will be a very time consuming process for me and I won't be able to do that for quite some time. An update to Docker (and other apps in the store) on 4.x would be greatly appreciated not only by me, but by others who may be hesitant to try out 5.x in the early stages.
Any thoughts/feedback on this from the support team?

Re: Docker Engine update?

Posted: 24 Oct 2022, 03:42
by sports_wook
{L_BUTTON_AT}Gandalf1369
TMSupport wrote: 13 Sep 2022, 18:25 This issue will be fixed in next version. As a temporary measure, you can log in to SSH and use the following command to download the image. (Replace image in the command with the name of the image you want to download)

Code: Select all

docker pull image:latest
How can I update the Docker version on TOS 4?

Re: Docker Engine update?

Posted: 24 Oct 2022, 03:48
by sports_wook
{L_BUTTON_AT}TMSupport
TMSupport wrote: 13 Sep 2022, 18:25 This issue will be fixed in next version. As a temporary measure, you can log in to SSH and use the following command to download the image. (Replace image in the command with the name of the image you want to download)

Code: Select all

docker pull image:latest

Re: Docker Engine update?

Posted: 26 Jan 2023, 00:50
by sports_wook
{L_BUTTON_AT}TMSupport
Could we also get Docker updated on version 4.x for those of us who haven't had the time to upgrade to 5.x yet? Would be great to also get the security and performance fixes for older versions as well. I know you'll push me to update to 5.x and I plan to eventually, but that will be a very time consuming process for me and I won't be able to do that for quite some time. An update to Docker (and other apps in the store) on 4.x would be greatly appreciated not only by me, but by others who may be hesitant to try out 5.x in the early stages.

Re: Docker Engine update?

Posted: 27 Jan 2023, 13:01
by Soylent_Geek
Hi,

I have a F4-220 running the latest version of TOS 5.0

I only see the Docker Manager in my list of available apps.

How do I install the Docker engine?

Thanks!

D

Re: Docker Engine update?

Posted: 27 Jan 2023, 19:49
by epsilonion
{L_BUTTON_AT}sports_wook

Code: Select all

docker pull image:latest
-bash: docker: command not found