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
Currently, as of 2022-06, the CrateDB Docker image is based on CentOS 7, which
80
+
has a systemd installation that is too old for being able to invoke nested
81
+
systemd environments.
82
+
83
+
::
84
+
85
+
racker run -it --rm crate/crate:nightly bash
86
+
87
+
::
88
+
89
+
Failed to start transient service unit: Cannot set property AddRef, or unknown property.
90
+
91
+
=> systemd too old.
92
+
93
+
94
+
Docker context on Windows VM not reachable
95
+
==========================================
96
+
97
+
https://github.com/docker/machine/issues/531
98
+
99
+
::
100
+
101
+
$ docker --context=2019-box ps
102
+
error during connect: Get "https://192.168.59.90:2376/v1.24/containers/json": x509: certificate is valid for 169.254.232.221, 172.30.112.1, 10.0.2.15, 127.0.0.1, not 192.168.59.90
103
+
104
+
$ docker --context=2019-box ps
105
+
error during connect: Get "https://192.168.59.90:2376/v1.24/containers/json": x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate authority certificate "Docker TLS Root")
0 commit comments