root@axcf2152:/opt/plcnext/Docker_GettingStarted# ./setup.sh Please choose your container runtime: Install balenaEngine(recommend): 1 Install Docker: 2 Cancel installation: [C]ancel 1 Do you wish to install docker-compose? y Starting Balena installation... Connecting to github.com (140.82.121.3:443) wget: note: TLS certificate validation not implemented Connecting to objects.githubusercontent.com (185.199.108.133:443) saving to 'balena-engine-v18.9.7-armv7.tar.gz' balena-engine-v18.9. 100% |********************************| 10.9M 0:00:00 ETA 'balena-engine-v18.9.7-armv7.tar.gz' saved balena-engine/balena-engine-containerd balena-engine/balena-engine-containerd-shim balena-engine/balena-engine-proxy balena-engine/balena-engine-runc balena-engine/balena-engine-daemon balena-engine/balena-engine-containerd-ctr balena-engine/balena-engine Adding system startup for /etc/init.d/balena. Starting Balena: balena. Starting docker-compose installation for Balena... mkdir: cannot create directory '/usr/bin': File exists % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2585 100 2585 0 0 2924 0 --:--:-- --:--:-- --:--:-- 2924 Installation successful! _ _ | |__ __ _| | ___ _ __ __ _ | '_ \ / _` | |/ _ \ '_ \ / _` | | |_) | (_| | | __/ | | | (_| | |_.__/ \__,_|_|\___|_| |_|\__,_| the container engine for the IoT root@axcf2152:/opt/plcnext/PLC-Platform# docker-compose up Unable to find image 'apptower/docker-compose:1.29.2' locally 1.29.2: Pulling from apptower/docker-compose 420c7481a3a7: Pull complete 5ebe8396a4c4: Pull complete 0b44faa74323: Pull complete b4ff57767ce5: Pull complete Total: 26.36MB/26.36MB Digest: sha256:3c6c36c09554b7be4faeb102758f76cb149d703865290a719f6a541ce78851d8 Status: Downloaded newer image for apptower/docker-compose:1.29.2 Traceback (most recent call last): File "urllib3/connectionpool.py", line 677, in urlopen File "urllib3/connectionpool.py", line 392, in _make_request File "http/client.py", line 1277, in request File "http/client.py", line 1323, in _send_request File "http/client.py", line 1272, in endheaders File "http/client.py", line 1032, in _send_output File "http/client.py", line 972, in send File "docker/transport/unixconn.py", line 43, in connect FileNotFoundError: [Errno 2] No such file or directory During handling of the above exception, another exception occurred: Traceback (most recent call last): File "requests/adapters.py", line 449, in send File "urllib3/connectionpool.py", line 727, in urlopen File "urllib3/util/retry.py", line 410, in increment File "urllib3/packages/six.py", line 734, in reraise File "urllib3/connectionpool.py", line 677, in urlopen File "urllib3/connectionpool.py", line 392, in _make_request File "http/client.py", line 1277, in request File "http/client.py", line 1323, in _send_request File "http/client.py", line 1272, in endheaders File "http/client.py", line 1032, in _send_output File "http/client.py", line 972, in send File "docker/transport/unixconn.py", line 43, in connect urllib3.exceptions.ProtocolError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "docker/api/client.py", line 214, in _retrieve_server_version File "docker/api/daemon.py", line 181, in version File "docker/utils/decorators.py", line 46, in inner File "docker/api/client.py", line 237, in _get File "requests/sessions.py", line 543, in get File "requests/sessions.py", line 530, in request File "requests/sessions.py", line 643, in send File "requests/adapters.py", line 498, in send requests.exceptions.ConnectionError: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "docker-compose", line 3, in File "compose/cli/main.py", line 81, in main File "compose/cli/main.py", line 200, in perform_command File "compose/cli/command.py", line 70, in project_from_options File "compose/cli/command.py", line 153, in get_project File "compose/cli/docker_client.py", line 43, in get_client File "compose/cli/docker_client.py", line 170, in docker_client File "docker/api/client.py", line 197, in __init__ File "docker/api/client.py", line 222, in _retrieve_server_version docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', FileNotFoundError(2, 'No such file or directory')) [9] Failed to execute script docker-compose