curved-apple-55756
11/22/2022, 8:25 AMError while pulling images. Going to attempt to move on to docker compose up assuming the images have been built locally. Do you know how to fix it ?bulky-electrician-72362
11/22/2022, 9:31 AMdocker images can you see any of the datahub releated ones?
does your instance has access to the internet?bulky-electrician-72362
11/22/2022, 9:31 AMcurved-apple-55756
11/22/2022, 9:42 AMREPOSITORY TAG IMAGE ID CREATED SIZE
<http://mcr.microsoft.com/dotnet/samples|mcr.microsoft.com/dotnet/samples> dotnetapp-nanoserver-1809 b9f551abe8ca 6 days ago 333MB
<http://mcr.microsoft.com/windows/servercore|mcr.microsoft.com/windows/servercore> ltsc2019 4503e186c64d 2 weeks ago 5.68GB
<http://mcr.microsoft.com/windows/nanoserver|mcr.microsoft.com/windows/nanoserver> 1809 c89127473dbd 2 weeks ago 258MBcurved-apple-55756
11/22/2022, 9:43 AMbulky-electrician-72362
11/22/2022, 10:47 AMdocker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml pull
in the docker folder ?bulky-electrician-72362
11/22/2022, 10:47 AMcurved-apple-55756
11/22/2022, 10:54 AMPS C:\Program Files\Docker> docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml pull
docker-compose : CreateFile C:\Program Files\Docker\docker-compose.yml: The system cannot find the file specified.
At line:1 char:1
+ docker-compose -p datahub -f docker-compose.yml -f docker-compose.ove ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (CreateFile C:\P...file specified.:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandErrorbulky-electrician-72362
11/22/2022, 10:58 AMC:\Program Files\Docker> not in Docker directory, but datahub repo's docker directory
here: https://github.com/datahub-project/datahub/tree/master/dockercurved-apple-55756
11/22/2022, 11:04 AMcurved-apple-55756
11/22/2022, 11:35 AMC:\Users\GALISST1\datahub\docker> docker-compose -p datahub -f docker-compose.yml -f docker-compose.override.yml pull
docker-compose : time="2022-11-22T12:33:49+01:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a
blank string."
At line:1 char:1
+ docker-compose -p datahub -f docker-compose.yml -f docker-compose.ove ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (time="2022-11-2... blank string.":String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
time="2022-11-22T12:33:49+01:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
time="2022-11-22T12:33:49+01:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
datahub-actions Pulling
broker Pulling
zookeeper Pulling
kafka-setup Pulling
datahub-frontend-react Pulling
datahub-gms Pulling
elasticsearch Pulling
mysql Pulling
elasticsearch-setup Pulling
mysql-setup Pulling
neo4j Pulling
schema-registry Pulling
neo4j Error
schema-registry Error
datahub-actions Error
kafka-setup Warning
elasticsearch-setup Warning
datahub-gms Warning
broker Error
datahub-frontend-react Warning
mysql-setup Warning
WARNING: Some service image(s) must be built from source by running:
docker compose build %s kafka-setup elasticsearch-setup datahub-gms datahub-frontend-react mysql-setup
no matching manifest for windows/amd64 10.0.17763 in the manifest list entriesbulky-electrician-72362
11/22/2022, 12:43 PMwindows/amd64bulky-electrician-72362
11/22/2022, 12:43 PMbulky-electrician-72362
11/22/2022, 12:45 PMbulky-electrician-72362
11/22/2022, 12:47 PMschema-registry Error
datahub-actions Errorbulky-electrician-72362
11/22/2022, 12:48 PMbulky-electrician-72362
11/22/2022, 12:49 PMdocker pull confluentinc/cp-schema-registry:5.4.0bulky-electrician-72362
11/22/2022, 12:50 PMdocker pull acryldata/datahub-actionscurved-apple-55756
11/22/2022, 1:09 PMcurved-apple-55756
11/22/2022, 1:10 PMcurved-apple-55756
11/22/2022, 5:24 PMgalissie@FRDADATAHUB:~$ datahub docker quickstart
No Datahub Neo4j volume found, starting with elasticsearch as graph service.
To use neo4j as a graph backend, run
``datahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose.quickstart.yml``
from the root of the datahub repo
Fetching docker-compose file <https://raw.githubusercontent.com/datahub-project/datahub/master/docker/quickstart/docker-compose-without-neo4j.quickstart.yml> from GitHub
Pulling docker images...
-Error response from daemon: error creating temporary lease: transport is closing: unavailable
Error while pulling images. Going to attempt to move on to docker compose up assuming the images have been built locally
[+] Running 0/0
⠿ datahub-actions Error 0.0s
⠿ schema-registry Error 0.0s
⠿ datahub-frontend-react Error 0.0s
⠿ elasticsearch Error 0.0s
⠿ zookeeper Error 0.0s
⠿ kafka-setup Error 0.0s
⠿ datahub-gms Error 0.0s
⠿ broker Error 0.0s
⠿ mysql Error 0.0s
⠿ mysql-setup Error 0.0s
⠿ elasticsearch-setup Error 0.0s
Error response from daemon: error creating temporary lease: connection error: desc = "transport: Error while dialing dial unix /var/run/docker/containerd/containerd.sock: connect: connection refused": unavailablebulky-electrician-72362
11/22/2022, 5:27 PMbulky-electrician-72362
11/22/2022, 5:29 PMbulky-electrician-72362
11/22/2022, 5:30 PMsudo docker run hello-world
more about this here: https://docs.docker.com/engine/install/ubuntu/curved-apple-55756
11/23/2022, 8:02 AM