podlike icon indicating copy to clipboard operation
podlike copied to clipboard

sidecar using podlike

Open TunLinAung010 opened this issue 1 year ago • 3 comments

Hi, could you plz help to solve for this error when i running using the script on server. i got the error

#!/usr/bin/env sh

set -x

git clone https://github.com/rycus86/podlike.git cd podlike/examples/sidecar docker stack deploy -c stack.yml sidecar

I got this error like this

sidecar_pod.1.vgbpw6zrbj9l@worker2 | Failed to remove the container: Error: No such container: ced9944662c27d99b51d4e2128c9e33aa265df3b68dd3cc520c3032340c69b95 sidecar_pod.1.vgbpw6zrbj9l@worker2 | Failed to stop the container: Error response from daemon: No such container: 76acf762f67cf082edea5eb62721488a96a771d0f8971eccbe3283b30d4434e0 sidecar_pod.1.vgbpw6zrbj9l@worker2 | Failed to remove the container: Error: No such container: 76acf762f67cf082edea5eb62721488a96a771d0f8971eccbe3283b30d4434e0

TunLinAung010 avatar Feb 24 '25 05:02 TunLinAung010

Looks like things have moved on since I coded up podlike, when I try in the Docker playground I can see these in the logs:

Exited: app Error: Failed to start app: Error response from daemon: failed to join IPC namespace: container fc4d64fa7333100a6c9b0c68d6ca67ad26cfed699529ce29f9d040b2bd1fbeea: non-shareable IPC (hint: use IpcMode:shareable for the donor container)
Stopping container: proxy

I'd expect podlike would need quite a bit of rework to make it work with modern Docker engine versions unfortunately.

rycus86 avatar Feb 25 '25 04:02 rycus86

Thanks for your quick reply. We’d like to request an update to the system so that it can support modern Docker engine versions and allow us to get more use out of it.

TunLinAung010 avatar Sep 17 '25 08:09 TunLinAung010

Hello, I stopped actively maintaining this repo. I'd probably suggest forking it and try upgrading to see if you can revive it, or perhaps consider alternatives that might exist. I'm sorry I don't have better news for you here.

rycus86 avatar Sep 17 '25 08:09 rycus86