ZA
grpc: the connection is unavailable
подскажите куда смотреть?
Size: a a a
ZA
grpc: the connection is unavailable
ZA
FROM python:3
WORKDIR /usr/src/hcb
RUN pip install telethon
RUN pip install requests
COPY proto.py .
CMD [ "python", "proto.py" ]
АС
grpc: the connection is unavailable
MA
ZA
grpc: the connection is unavailable
MA
docker network inspect --format='{{range .IPAM.Config}}{{println .Gateway}}{{end}}' bridge
docker run -e DOCKER_HOST_IP=DOCKER_HOST_IP=$(docker network inspect --format='{{range .IPAM.Config}}{{println .Gateway}}{{end}}' bridge) -e APP_ENV=dev e.t.c.
MA
grpc: the connection is unavailable
ZA
Y
ZA
FROM python:3
WORKDIR /usr/src/hcb
RUN pip install telethon
RUN pip install requests
COPY proto.py .
CMD [ "python", "proto.py" ]
ZA
MA
АС
I
ZA
MA
ZA
АС
ZA