WAGO / docker-ipk

This repo contains static linked binaries of docker ce packed in linux ipk format.
Apache License 2.0
36 stars 9 forks source link

Docker command not found #4

Closed ITBartlomiejWozniak closed 3 years ago

ITBartlomiejWozniak commented 3 years ago

After docker instalation on PFC200 through web-based management I connected to plc via ssh. I am getting docker not found.

jsparmann commented 3 years ago

Please copy the docker ipk to the device and make a re-install with the following command: opkg install --force-reinstall docker.ipk. All on the ssh console. In case off an error, please post the output messages.

ITBartlomiejWozniak commented 3 years ago

It works. thanks