File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ docker run -d \
3232 -p 7687:7687 \
3333 -v nornicdb-data:/data \
3434 --name nornicdb \
35- timothyswt/nornicdb-arm64-metal:0.1.3
35+ timothyswt/nornicdb-arm64-metal:v1.0.0
3636```
3737
3838** Option B: Docker Compose**
@@ -41,7 +41,7 @@ docker run -d \
4141# docker-compose.yml
4242services :
4343 nornicdb :
44- image : timothyswt/nornicdb-arm64-metal:0.1.3
44+ image : timothyswt/nornicdb-arm64-metal:v1.0.0
4545 ports :
4646 - " 7474:7474"
4747 - " 7687:7687"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ go build -o nornicdb ./cmd/nornicdb
2828
2929``` bash
3030# Pull the image (ARM64/Apple Silicon)
31- docker pull timothyswt/nornicdb-arm64-metal:0.1.3
31+ docker pull timothyswt/nornicdb-arm64-metal:v1.0.0
3232
3333# Or use latest
3434docker pull timothyswt/nornicdb-arm64-metal:latest
@@ -39,14 +39,14 @@ docker run -d \
3939 -p 7474:7474 \
4040 -p 7687:7687 \
4141 -v nornicdb-data:/data \
42- timothyswt/nornicdb-arm64-metal:0.1.3
42+ timothyswt/nornicdb-arm64-metal:v1.0.0
4343
4444# Verify it's running
4545curl http://localhost:7474/health
4646```
4747
4848** Available Tags:**
49- - ` timothyswt/nornicdb-arm64-metal:0.1.3 ` - Current stable release
49+ - ` timothyswt/nornicdb-arm64-metal:v1.0.0 ` - Current stable release
5050- ` timothyswt/nornicdb-arm64-metal:latest ` - Latest build
5151
5252### Option 3: Go Package
You can’t perform that action at this time.
0 commit comments