-
Hi folks, This is probably a strange use case and possibly a dumb question. My organization does not allow the use of Docker Desktop, preferring Podman Desktop. Podman Desktop on Mac does not support LocalStack. I've been using TC Desktop and LocalStack with the embedded runtime and it works great. However there's a use case that our developer community wants to be able to use LocalStack for, which is running terraform. I have a hacky way to do this, which is to use the "freeze containers shutdown" feature in TC Desktop, then run a dummy test that starts a LocalStack container. Then I can run tflocal commands against the service, but this is not a great workflow. My question: is there a way to start a container from the command line using the embedded runtime? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sharing from the Slack thread, you can use the regular Docker CLI together with the embedded runtime.
|
Beta Was this translation helpful? Give feedback.
-
Thank you! |
Beta Was this translation helpful? Give feedback.
Sharing from the Slack thread, you can use the regular Docker CLI together with the embedded runtime.
docker context use tcd