zhanggyang commented on issue #3087:
URL:
https://github.com/apache/incubator-shenyu/issues/3087#issuecomment-1076000832
> Hi , I tried it with the master image, and the problem was still there.
- Steps To Reproduce
- `docker pull apache/shenyu-admin:latest`
- `docker network create shenyu`
- `netstat -tunlp | grep 9095` Port 9095 is not occupied
- `docker run -v /home/shenyu/conf:/opt/shenyu-admin/conf/ -v
/home/shenyu/ext-lib:/opt/shenyu-admin/ext-lib -d -p 9095:9095 --net shenyu
apache/shenyu-admin:latest` my work dir is `/home/shenyu` and the relevant
configuration files are ready

- The error massage is “Web server failed to start. Port 9095 was
already in use.”
- `docker exec -it nostalgic_payne /bin/sh ` I exec into the container
to checkout `netstat -tunlp | grep 9095`

- `sh -x start.sh `

It seems there is still a problem with the start command
--
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]