Discussion on sui-test-validator
docker image.
#18276
Closed
vladilen11
started this conversation in
Ideas
Replies: 1 comment
-
I believe this now has been addressed! See #18607 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Last year I contributed the
sui-test-validator
dockerfile to the community(#14701) and maintained a
sui-test-validator
image in my own dockerhub(https://hub.docker.com/r/vladilenaksana/sui-test-validator), where anyone can start a sui-test-validator with this docker-compose file.(this version is a bit old though)I realize that this pr, however, isn't getting more attention, so it hasn't been merged in, but I don't have more energy to keep updating the mirrors in my dockerhub, and it would be great if the officials could merge this part of the code and maintain a sui-test-validator mirror.
Regarding
sui-test-validator
, it's a very convenient local sui move development environment for a developer to construct his own local move box and do whatever tests he wants to do in it.If someone is asking why not just download the sui-test-validator binary instead of constructing a docker image? This is because there are a lot of people in the community who are experiencing problems with the postgres environment, and a docker image would be a good way to solve everyone's environment problems.

Beta Was this translation helpful? Give feedback.
All reactions