I'm trying to install iic-osic-tools on Kubuntu 22...
# general
p
I'm trying to install iic-osic-tools on Kubuntu 22.04 in Virtualbox v6.1.40 on a Windows 10 22H2 host. I installed Anaconda and setup an environment use use python v3.10.8, and Docker version 20.10.22 is installed. I get the following error.
Copy code
./build-all.sh
Using Tag "latest"
Using Tag "2022.12"
Docker context iic-osic-tools-builder-linux-amd64 exists, not creating...
Docker context iic-osic-tools-builder-linux-arm64-v8 exists, not creating...
Creating docker buildx builder iic-osic-tools-builder with context iic-osic-tools-builder-linux-amd64
buildkitd-linux-amd64.toml does not exist, using default buildkitd.toml...
ERROR: failed to initialize builder iic-osic-tools-builder (iic-osic-tools-builder0): error during connect: Get "<http://docker.example.com/v1.24/info>": command [ssh -l pretl -- buildx86 docker system dial-stdio] has exited with exit status 255, please make sure the URL is valid, and Docker 18.09 or later is installed on the remote host: stderr=ssh: Could not resolve hostname buildx86: Temporary failure in name resolution
The link
<http://docker.example.com/v1.24/info>
doesn't seem to be valid since the link in my browser can't locate the URL. What is the fix for this?
m
If pulling the pre-built image is sufficient then just execute
start_<type>.sh
instead
p
Hi @Manuel M, This worked after fixing a permission error with Docker.. Thank you