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
Hello.
In my company, we don't have permissions to install any container manager on our Windows laptops. But we can use a remote node on the cloud that provides us with a Podman container manager where we expose the its socket (systemctl --user start podman.socket).
Then we use the Podman Remote Client on our laptop to connect to it. The connection is through SSH.
Recently we started a new project using Quarkus and tried to use its Dev Services with Testcontainers.
I tried to set the env DOCKER_HOST as DOCKER_HOST=ssh://myuser@myhost:22
But that returned me this error: EnvironmentAndSystemPropertyClientProviderStrategy: failed with exception IllegalArgumentException (Unsupported protocol scheme: ssh://myuser@myhost:22)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello.
In my company, we don't have permissions to install any container manager on our Windows laptops. But we can use a remote node on the cloud that provides us with a Podman container manager where we expose the its socket (systemctl --user start podman.socket).
Then we use the Podman Remote Client on our laptop to connect to it. The connection is through SSH.
Recently we started a new project using Quarkus and tried to use its Dev Services with Testcontainers.
I tried to set the env DOCKER_HOST as
DOCKER_HOST=ssh://myuser@myhost:22
But that returned me this error:
EnvironmentAndSystemPropertyClientProviderStrategy: failed with exception IllegalArgumentException (Unsupported protocol scheme: ssh://myuser@myhost:22)
How can I make this work ?
Beta Was this translation helpful? Give feedback.
All reactions