↳
In-reply-to
»
My proof-of-concept Container as a Service (CAS or CaaS) is now up and running. If anyone wants to have a play? π€ There's still heaps to do, lots of "features" missing, but you can run stuff at least π
β€ Read More
Hmmm if Podman can talk to a remote Docker API over SSH, this isnβt going to work π’
prologic@JamessMacStudio
Tue Aug 08 01:20:43
~/Projects/docker-proxy
(main) 0 0
$ podman context list
Name URI Identity Default
localhost tcp://localhost:2376 true
prologic@JamessMacStudio
Tue Aug 08 01:20:57
~/Projects/docker-proxy
(main) 0
$ podman --help | grep id
--identity string path to SSH identity file, (CONTAINER_SSHKEY)
I was never able to get the SSH version of the intercepting proxy working. I spent a couple of years on/off trying to get it to work, but there are limitations with the standard library and/or the ssh library or something that prevented the SSH Proxy from fully working See Issue #2 which Iβve now closed as βwonβt fixβ.
I guess Podman needs to learn how to do TLS?