Open SpencerYang148 opened 3 years ago
docker run --name my-scope -p 3000:3000 harmony-scope
then print logs and auto stop Bit server has started on port 3000
then print logs and auto stop
Bit server has started on port 3000
docker run -it --name my-scope -p 3000:3000 harmony-scope
then print logs, it works Bit server is running on http://localhost:3000
then print logs, it works
Bit server is running on http://localhost:3000
Try adding this to your deployment spec:
spec: containers: - name: test stdin: true tty: true
I'm having the same issue, any updates on this?
problem about '-it' arguments:
1. use this command will auto stop after server started
2. but if you add '-it' args, it works
but I cannot add -it args because k8s shell does not support it
How to solve this problem?