A Go program to set up Docker Engine and initialize a MongoDB replica set.
Go to file
2024-05-17 13:17:06 +07:00
docker.go run docker daemon manually in CI environment 2024-05-16 17:23:43 +07:00
go.mod implement basic mongo initialization code for ubuntu 2024-05-16 12:06:38 +07:00
go.sum implement basic mongo initialization code for ubuntu 2024-05-16 12:06:38 +07:00
inst_deps.go remove Python dependencies since we don't need them anymore 2024-05-16 14:42:38 +07:00
main.go reduce number of containers and add python reference 2024-05-17 11:26:27 +07:00
mongo_replica_init.go implemented most functions, except replset init and distro-dependent commands 2024-05-15 12:56:21 +07:00
python-reference.py reduce number of containers and add python reference 2024-05-17 11:26:27 +07:00
systemcheck.go implement basic mongo initialization code for ubuntu 2024-05-16 12:06:38 +07:00