WeCharge and Ionity Charge League

Has anyone used a WeCharge subscription and the Ionity Charge League network?

I have a 1 month subscription (the cheapest) and just noticed a Charge League charging hub at Colchester and wondering whether these are included in the subscription cheaper rates.

I am using up so r VW charging credits so trying to stick to Ionity for now.

reddit.com
u/Slow_Running — 5 days ago

WeCharge and Ionity Charge League

Has anyone used a WeCharge subscription and the Ionity Charge League network?

I have a 1 month subscription (the cheapest) and just noticed a Charge League charging hub at Colchester and wondering whether these are included in the subscription cheaper rates.

I am using up so r VW charging credits so trying to stick to Ionity for now.

reddit.com
u/Slow_Running — 6 days ago
▲ 4 r/podman

Network Isolation

Very confused on what should and should not be possible when running rootless.

I have the following compose file.

########################
services:  
  ca:  
    image: alpine 
    command: sleep infinity  
    networks:  
      - A  
  cb:  
    image: alpine  
    command: sleep infinity  
    networks:  
      - B  
networks:  
  A:  
    external: true  
  B:  
    external: true. 
########################

I checked and the IPs are on different networks for A and B but the CB container can ping the CA container.

Should this be possible? I am running Podman 4.9

reddit.com
u/Slow_Running — 14 days ago