Docker not working

Hello,

As there is no documentation for docker support on peplink, we are struggling. We found out that images need to be arm64 but even with buildx none work. We even tried arm64/hello-world without success. Can you redirect me to a working public docker image on peplink with the correct docker run command?

Thank you,

Tanguy

Hi Tanguy

Dockers on Peplink is a little different.

I would normally refer to the docker container you wish to run for commands.

For example, we use the following dockers and use the run commands as perscribed by developer on docker page,
https://hub.docker.com/r/henrywhitaker3/speedtest-tracker
Docker (This one does require some mods, but when launching the command it’ll show you what command it gets stuck on).
Docker
Docker

There’s many more, but these are just well documented examples you could drive some inspiration from.

If you’re developing something for yourself, that’s a whole different story :slight_smile:

EDIT:
Dockers on Peplink are RUN, not build or programmed. It requires a ready to run docker and as far I know won’t compile in a command line as a normal docker container.