Closed singh-jay closed 5 months ago
You need to specify the sub command name, which is run
: docker run -t -p 8080:8080 -p 8081:8081 http-demo run
But I suggest you to run the app via the provided docker compose stack since it'll spin up also the database and jaeger, used by the demo.
You have a Makefile to ease this, you just need to make fresh && make logs
to build fresh and stream the logs.
More details in the readme.
Thanks, It's working.
docker build is successful but when running the container I'm getting the help commands
Steps -
Getting this screen -
In other go project same dockerfile is working fine. Not able to debug the code issue.