Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Bruno BORDAS
Sure, no problem I do not make promises to make it work ^^ Le 14/04/2020 03:28:36, Zsolt Máté a écrit : I've cloned your git into my home directory. so it is /home/docker/weewx Can I send you an email to this address with the ssh credentials? On Tuesday, April 14, 2020 at 1:24:52 PM UTC+12, Brun

Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Zsolt Máté
I've cloned your git into my home directory. so it is /home/docker/weewx Can I send you an email to this address with the ssh credentials? On Tuesday, April 14, 2020 at 1:24:52 PM UTC+12, Bruno BORDAS wrote: > > But tell me where is your work directory > > Le 14/04/2020 03:23:04, Zsolt Máté > a

Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Bruno BORDAS
But tell me where is your work directory Le 14/04/2020 03:23:04, Zsolt Máté a écrit : I can open a port to my portainer as well, that's not an issue. Just tell me what you need. On Tuesday, April 14, 2020 at 1:20:50 PM UTC+12, Bruno BORDAS wrote: I won't have access to the portainer ui. However,

Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Bruno BORDAS
Well, maybe we can try first the ssh so that i will try to create with docker-compose Le 14/04/2020 03:23:04, Zsolt Máté a écrit : I can open a port to my portainer as well, that's not an issue. Just tell me what you need. On Tuesday, April 14, 2020 at 1:20:50 PM UTC+12, Bruno BORDAS wrote: I w

Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Zsolt Máté
I can open a port to my portainer as well, that's not an issue. Just tell me what you need. On Tuesday, April 14, 2020 at 1:20:50 PM UTC+12, Bruno BORDAS wrote: > > I won't have access to the portainer ui. > However, as you can notice, this network does not use the macvlan driver, > but the brid

Re : Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Bruno BORDAS
I won't have access to the portainer ui. However, as you can notice, this network does not use the macvlan driver, but the bridge one. This is probably why it does not work Le 14/04/2020 03:18:36, Zsolt Máté a écrit : I have portainer installed. If you think It's faster, and you've got time, I ca

Re: Re : Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Zsolt Máté
I have portainer installed. If you think It's faster, and you've got time, I can give you access to my system via SSH. [image: 2020-04-14 13_17_06-Window.png] On Tuesday, April 14, 2020 at 1:12:01 PM UTC+12, Bruno BORDAS wrote: > > I do use portainer to have a better view of my containers, imag

Re : Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Bruno BORDAS
I do use portainer to have a better view of my containers, images and networks: https://www.portainer.io/installation/ The install il very straigtforward: docker volume create portainer_data && docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/va

Re: Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Zsolt Máté
Well, I just ran that command, I have no docker knowledge. What can I do next? On Tuesday, April 14, 2020 at 1:03:03 PM UTC+12, Bruno BORDAS wrote: > > Yeah, probably because you didn't specify networks options, like iface, > etc... > > Le 14/04/2020 02:59:14, Zsolt Máté > a > écrit : > I ran do

Re : Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Bruno BORDAS
Yeah, probably because you didn't specify networks options, like iface, etc... Le 14/04/2020 02:59:14, Zsolt Máté a écrit : I ran docker create network manually docker@docker:~/weewx$ docker network create macvlan_macvlan_network e3550d13e1334022c28620d71a6aaf8182b6ef1cea33ac279456c16b55267832 Now

Re: Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Zsolt Máté
I ran docker create network manually docker@docker:~/weewx$ docker network create macvlan_macvlan_network e3550d13e1334022c28620d71a6aaf8182b6ef1cea33ac279456c16b55267832 Now running docker-compose -d in /weewx returns: docker@docker:~/weewx$ docker-compose up -d Starting weewx-core ... Starting we

Re : Re: Re : Re: Re : [weewx-user] Re: Docker image with interceptor driver and neowx skin

2020-04-13 Thread Bruno BORDAS
Well, that's weird... I would try to manually create the network. But it's what I used on my setup, so... Please let me know if it works Le 14/04/2020 02:39:10, Zsolt Máté a écrit : docker network ls returns: Enter code here...NETWORK ID          NAME                DRIVER               SCOPE 416