Docker
Pull the image
Section titled “Pull the image”docker pull hareesh108/harudb:latestRun the container
Section titled “Run the container”docker run -p 54321:54321 hareesh108/harudb:latestExpected output:
🚀 HaruDB server started on port 54321docker pull hareesh108/harudb:latestdocker run -p 54321:54321 hareesh108/harudb:latestExpected output:
🚀 HaruDB server started on port 54321