lahmXu edited a comment on issue #2338:
URL:
https://github.com/apache/incubator-shenyu/issues/2338#issuecomment-967772600
## Solved Problems
1. The stop.sh script can't work in container
2. "ps: unrecognized option: p". This problem was discovered when solving
the first problem.
- This problem is due to openjdk-8-jre-alpine ps is from busybox and it is
not included -p switch for ps, so we need to add `RUN apk --no-cache add
procps` in Dockerfile.
- error info:

## Test Result
### Docker Container
**Shenyu Admin**
<img width="1375" alt="image-20211113100750658"
src="https://user-images.githubusercontent.com/31627887/141604204-7f973c87-742a-40c2-abf8-72bd4ac10aec.png">
**Shenyu Bootstrap**

### Linux Server
**Shenyu Admin**

**Shenyu Bootstrap**

--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]