To install the latest ver follow: (2:03) docker pull nodered/node-red:latest (2:32) docker run --restart unless-stopped -d --name node-red --network=host -v node_red_user_data:/data nodered/node-red:latest When you have problem with port 1202 use: docker run --restart unless-stopped -d -p 1880:1880 -p 1202:1202/udp --name node-red --network=host -v node_red_user_data:/data nodered/node-red:latest
This is exactly what I'm looking for. However, the price tag for a PFC200 and the e!Cockpit licence is quite steep. Especially for a one-off project. Is there a chance to get docker with node-red working on a PFC100 and not using a e!Cockpit program?
Hallo Herr Braun Sprechen Sie auch deutsch ? Ich würde gerne wissen wie flüssig Node RED auf dem PFC200 läuft. Gibt es hin und wieder Aussetzer oder Störungen ?
Hi ! Have some issues to install Docker ! I've already downloaded the IPK file, and uploaded on my PFC200, but after the Activation submit, there is a error (and that's ok as you said), but no docker command on my PFC. I've checked to install it manually with the opkg command, but I guess my PFC can't install it cause my / partition is only 12M available. So I checked mannually, but Docker ipk need need 115M ! But my / partition only got 82M as total size.. So how can we install it ?! Then, i've tryied to install it on my SD card with the "-o" option on the opkg command. But doesn't work, cause "Not selecting docker 18.09.0 due to incompatible architecture." Dunno what to do now :/ ! Can you help me :( ? Info : WAGO 750-8202 PFC200 CS 2ETH RS Firmware 03.00.35(12)
Can someone help met with the storage location. I follow the instructions step by step, but the docker and images get installed in the /home/docker directory and not on the (/dev/mmcblk0p1 30216192 3072 30213120 0% /media/10B0-ECFD) SD card location. the /home/docker (internal memory) is nearly full. how can I move it?
I have the same problem like Duncan Smith on a G2-Controller (750-8212/000-100). All docker files and images get installed in the /home/docker directory (on the controller!) and not in the SD-Card. How can I change the storage location to the SD-Card?
Can you ping any other human-readable address? What about pure IP addresses? This can help debug whether it's port-related, general connectivity or DNS issue.
@@WagoKurt Do Wago block in his firmware 12+ docker functionality for PFC G1? . Wago Gen 1(for example 750-8202) got 256MB Ram Cortex A8, 600 MHz and Gen2 (750-8212) got 512MB Ram Cortex A8; 1 GHz. This is not huge difference. In Virtualisation this can make a difference but in container have not that huge impact. Do anyone try containers in Gen1 PFC200?
To install the latest ver follow:
(2:03) docker pull nodered/node-red:latest
(2:32) docker run --restart unless-stopped -d --name node-red --network=host -v node_red_user_data:/data nodered/node-red:latest
When you have problem with port 1202 use:
docker run --restart unless-stopped -d -p 1880:1880 -p 1202:1202/udp --name node-red --network=host -v node_red_user_data:/data nodered/node-red:latest
There is something wrong wat I m doin with network configuration
Good job! Nice Tutorial, thank you!
This is exactly what I'm looking for. However, the price tag for a PFC200 and the e!Cockpit licence is quite steep. Especially for a one-off project. Is there a chance to get docker with node-red working on a PFC100 and not using a e!Cockpit program?
Perhaps this is what you're looking for: ruclips.net/video/GKaSwVC--w8/видео.html ?
flows.nodered.org/node/node-red-contrib-kbus
@Kurt Braun,
Do Docker and Node-red support on Codesys runtime?
Hallo Herr Braun
Sprechen Sie auch deutsch ?
Ich würde gerne wissen wie flüssig Node RED auf dem PFC200 läuft. Gibt es hin und wieder Aussetzer oder Störungen ?
Hi !
Have some issues to install Docker !
I've already downloaded the IPK file, and uploaded on my PFC200, but after the Activation submit, there is a error (and that's ok as you said), but no docker command on my PFC.
I've checked to install it manually with the opkg command, but I guess my PFC can't install it cause my / partition is only 12M available.
So I checked mannually, but Docker ipk need need 115M !
But my / partition only got 82M as total size.. So how can we install it ?!
Then, i've tryied to install it on my SD card with the "-o" option on the opkg command.
But doesn't work, cause "Not selecting docker 18.09.0 due to incompatible architecture."
Dunno what to do now :/ !
Can you help me :( ?
Info :
WAGO 750-8202 PFC200 CS 2ETH RS
Firmware 03.00.35(12)
Hi. was wondering if you were successful with the G1 PFC200? If yes, are there any additional steps I have to look out for? Thanks lots
@@Dchongyong hi ! No, Docker can't be installed on a G1, you need G2! But I use a personnal app on lighthttpd, it's enought (for my Alexa bridge)
@@alexisjotz982 Ahh okay. too bad for me then. Thanks a lot for the quick reply anyways!
Can someone help met with the storage location. I follow the instructions step by step, but the docker and images get installed in the /home/docker directory and not on the (/dev/mmcblk0p1 30216192 3072 30213120 0% /media/10B0-ECFD) SD card location. the /home/docker (internal memory) is nearly full. how can I move it?
A bit late, but i guess you got a G1 PFC(750-820X), instead of G2 (750-821X)
I have the same problem like Duncan Smith on a G2-Controller (750-8212/000-100). All docker files and images get installed in the /home/docker directory (on the controller!) and not in the SD-Card. How can I change the storage location to the SD-Card?
@@frankkiefer1993 on the Wago administration webpage, you can "merge" disk+sdcard on the same partition
@Alexis Jotz: Do you mean the option "Home directory on memory card enabled" in the "PLC Runtime / General Configuration"?
@@frankkiefer1993 it was a long time ago, can't be sure, but looks like ! Backup ans test ;)
I m unable to ping google
Can you ping any other human-readable address? What about pure IP addresses? This can help debug whether it's port-related, general connectivity or DNS issue.
What about PFC200 Gen1 750-8202 and docker support for this model?
Docker is only supported on the Gen2 (FW12+), because the Gen2 has more memory and faster CPU.
@@WagoKurt Do Wago block in his firmware 12+ docker functionality for PFC G1? . Wago Gen 1(for example 750-8202) got 256MB Ram Cortex A8, 600 MHz and Gen2 (750-8212) got 512MB Ram Cortex A8; 1 GHz. This is not huge difference. In Virtualisation this can make a difference but in container have not that huge impact. Do anyone try containers in Gen1 PFC200?
@@abbaaabccabbaaabcc2350 Hi, wondering if you have attempted the docker ipk with Gen1 PFC200?
Genius
We shall discuss :)
no joke, each time that this person says: it´s very simple, a cell in my brain dies.
Thanks for your video :)