Is there a simple docker command to just run temporal server start-dev in an image? No docker compose, just singular command
1 Like
Let us know if this helps
From what I see, that doc show how to run using docker compose, or run a single component of the cluster. What I desire is the start-dev command in docker, which that does not appear to address
1 Like
docker run --rm -p 7233:7233 -p 8233:8233 temporalio/temporal:latest server start-dev --ip 0.0.0.0
Just to add for reference regarding earlier post, the admin-tools image contains tools like cli and sql tools as well.