weizhouapache commented on issue #8565:
URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1916209331
> I managed to solve this issue by mounting a maven-proxy.xml to
'/root/.m2/settings.xml'.
great, thanks for the update @soulwhisper
--
This is an automated messag
soulwhisper closed issue #8565: docker simulator build failure
URL: https://github.com/apache/cloudstack/issues/8565
--
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 unsubscr
soulwhisper commented on issue #8565:
URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1916205006
I managed to solve this issue by mounting a maven-proxy.xml to
'/root/.m2/settings.xml'.
--
This is an automated message from the Apache Git Service.
To respond to the messa
weizhouapache commented on issue #8565:
URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1909916429
> > ```shell
> > docker run --name simulator \
> > -p 5050:5050 \
> > -p 8080:8080 \
> > -d apache/cloudstack-simulator
> > docker logs -f simulator
> > `
DaanHoogland commented on issue #8565:
URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1909816271
> ```shell
> docker run --name simulator \
>-p 5050:5050 \
>-p 8080:8080 \
>-d apache/cloudstack-simulator
> docker logs -f simulator
> ```
boring-cyborg[bot] commented on issue #8565:
URL: https://github.com/apache/cloudstack/issues/8565#issuecomment-1909132082
Thanks for opening your first issue here! Be sure to follow the issue
template!
--
This is an automated message from the Apache Git Service.
To respond to the mes
soulwhisper opened a new issue, #8565:
URL: https://github.com/apache/cloudstack/issues/8565
I start simulator for tests, I ran commands below
```shell
docker run --name simulator \
-p 5050:5050 \
-p 8080:8080 \
-d apache/cloudstack-simulator
docker logs -f si