You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the autocompose with the docker image. but somehow it comes to an error. does anyone have a hint?
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose $(docker ps -aq)
Traceback (most recent call last):
File "/usr/src/app/./autocompose.py", line 9, in
import docker
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/init.py", line 1, in
from .api import APIClient
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/api/init.py", line 1, in
from .client import APIClient
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/api/client.py", line 6, in
import requests
File "/usr/local/lib/python3.12/site-packages/requests-2.31.0-py3.12.egg/requests/init.py", line 43, in
import urllib3
File "/usr/local/lib/python3.12/site-packages/urllib3-2.1.0-py3.12.egg/urllib3/init.py", line 8, in
import logging
File "/usr/local/lib/python3.12/logging/init.py", line 26, in
import sys, os, time, io, re, traceback, warnings, weakref, collections.abc
RuntimeError: invalid GMT offset
The text was updated successfully, but these errors were encountered:
Hi
I am trying to run the autocompose with the docker image. but somehow it comes to an error. does anyone have a hint?
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose $(docker ps -aq)
Traceback (most recent call last):
File "/usr/src/app/./autocompose.py", line 9, in
import docker
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/init.py", line 1, in
from .api import APIClient
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/api/init.py", line 1, in
from .client import APIClient
File "/usr/local/lib/python3.12/site-packages/docker-7.0.0-py3.12.egg/docker/api/client.py", line 6, in
import requests
File "/usr/local/lib/python3.12/site-packages/requests-2.31.0-py3.12.egg/requests/init.py", line 43, in
import urllib3
File "/usr/local/lib/python3.12/site-packages/urllib3-2.1.0-py3.12.egg/urllib3/init.py", line 8, in
import logging
File "/usr/local/lib/python3.12/logging/init.py", line 26, in
import sys, os, time, io, re, traceback, warnings, weakref, collections.abc
RuntimeError: invalid GMT offset
The text was updated successfully, but these errors were encountered: