Docker builder obsolete

Hello everyone,

Actually, I would like to report a bug regarding the latest firmware for the CC100:

CC100_V040809_30

I am currently trying to build a Docker container on the controller. It works fine on my PC, but when I attempt the same via SSH on the controller, I receive the following error message:

If this is indeed the case, I would expect that the firmware includes buildx by default.

It would be great if I could build the containers directly on the controller. This would save the hassle of transferring pre-built Docker images and specifying specific paths for execution. Is there any way for a user to install buildx on the CC100?

Thank you in advance!

Louis

The docker build is possible on the target itself.
The error is related to the argument --progress.
Try without this parameter, it should work.

btw, I prefer to run Portainer on my computer and Portainer Agent on CC100 (or other device) so this way other devices are environments available from my computer. You can build images based on pasted Dockerfile, *.tar with Dockerfile inside or even github repository (you can add key to your private repository!).

1 Like

I’ve recently found Dockhand, which is quiet similar to Portainer.
Less features but maybe easier to use.

1 Like

I have found that exporting tar files locally and importing them into the Docker repository on the controller is not as tedious as expected.

Nevertheless, thank you very much, everyone, for the advice!

Regards,

Louis

1 Like