Replies: 2 comments 1 reply
-
Hi @sgregori, we don't have support for LXC, try installing it on a VM with full virtualization. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @sgregori, please let us know if you were able to run it on a virtual machine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Installing:
`
image utmstack.azurecr.io/datasources:v10 could not be accessed on a registry to record
its digest. Each node will access utmstack.azurecr.io/datasources:v10 independently,
possibly leading to different nodes running different versions of the image.
image utmstack.azurecr.io/logstash:v10 could not be accessed on a registry to record
its digest. Each node will access utmstack.azurecr.io/logstash:v10 independently,
possibly leading to different nodes running different versions of the image.
image utmstack.azurecr.io/opensearch:v10 could not be accessed on a registry to record
its digest. Each node will access utmstack.azurecr.io/opensearch:v10 independently,
possibly leading to different nodes running different versions of the image.
image utmstack.azurecr.io/datasources:v10 could not be accessed on a registry to record
its digest. Each node will access utmstack.azurecr.io/datasources:v10 independently,
possibly leading to different nodes running different versions of the image.
image utmstack.azurecr.io/postgres:v10 could not be accessed on a registry to record
its digest. Each node will access utmstack.azurecr.io/postgres:v10 independently,
possibly leading to different nodes running different versions of the image.
`
On syslog:
Jan 24 19:28:21 utmstack dockerd[375]: time="2024-01-24T19:28:21.115023507Z" level=error msg="Handler for GET /v1.44/distribution/utmstack.azurecr.io/postgres:v10/json returned error: Head \"https://utmstack.azurecr.io/v2/postgres/manifests/v10\": unauthorized: {\"errors\":[{\"code\":\"UNAUTHORIZED\",\"message\":\"authentication required, visit https://aka.ms/acr/authorization for more information.\"}]}" Jan 24 19:35:06 utmstack dockerd[375]: time="2024-01-24T19:35:06.819988870Z" level=info msg="Attempting next endpoint for pull after error: Head \"https://utmstack.azurecr.io/v2/logstash/manifests/v10\": unauthorized: {\"errors\":[{\"code\":\"UNAUTHORIZED\",\"message\":\"authentication required, visit https://aka.ms/acr/authorization for more information.\"}]}"
To Reproduce
Run the latest installer.
Expected behavior
Clean install with all docker containers created.
Environment
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions