- Install mongo
- Setup replica set
replication:
replSetName: "rs0"
- Initiate replica set
rs.initiate(
{
FROM ubuntu:22.04 | |
RUN yes | unminimize | |
# Install essentials | |
RUN apt update | |
RUN apt install -y openssh-client openssh-server ca-certificates curl sudo vim | |
# Install docker | |
RUN install -m 0755 -d /etc/apt/keyrings |
#Requires AutoHotkey v2.0 | |
#y:: | |
{ | |
X := 1090 | |
Y := 543 | |
; Color := PixelGetColor(X, Y) | |
; MouseMove X, Y | |
; MsgBox Color | |
hit := true | |
Loop |
replication:
replSetName: "rs0"
rs.initiate(
{