-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
I have a setup where I have localstack running in docker and another docker image that has localstack cli installed.
I have set them up so they can talk to each other fine both via docker or curl as shown here
root@286582bb9f44:~# localstack logs
LocalStack version: 4.4.0
LocalStack build date: 2025-05-08
LocalStack build git hash: b0d9b9da1
2025-06-13T19:54:51.958 INFO --- [ MainThread] l.p.c.b.licensingv2 : Successfully requested and activated new license xxxx:enterprise 🔑✅
2025-06-13T19:54:52.010 INFO --- [ MainThread] l.p.c.p.snapshot.plugins : registering ON_STARTUP load strategy
2025-06-13T19:54:53.492 INFO --- [ MainThread] l.p.c.p.snapshot.plugins : registering SCHEDULED save strategy
2025-06-13T19:54:53.536 INFO --- [ MainThread] l.p.c.extensions.platform : loaded 0 extensions
2025-06-13T19:54:55.089 INFO --- [ady_monitor)] l.p.c.p.snapshot.plugins : restoring state of all services on startup
Ready.
2025-06-13T19:55:13.932 INFO --- [et.reactor-0] localstack.request.http : GET / => 200
and
root@286582bb9f44:~# curl -vvv core-localstack:4566
* Host core-localstack:4566 was resolved.
* IPv6: (none)
* IPv4: 172.18.0.5
* Trying 172.18.0.5:4566...
* Connected to core-localstack (172.18.0.5) port 4566
> GET / HTTP/1.1
> Host: core-localstack:4566
> User-Agent: curl/8.5.0
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: TwistedWeb/24.3.0
< Date: Fri, 13 Jun 2025 20:02:00 GMT
< Content-Type: text/plain; charset=utf-8
< Content-Length: 0
<
* Connection #0 to host core-localstack left intact
but when I try import state I get the following error.
localstack state import unified-auth/pope/2025_5_23_0.zip
❌ Error: Destination host unreachable. Please make sure LocalStack is running.
I'm not sure how to debug this further. Any help is appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels