File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,28 +43,21 @@ docker run -d \
4343
4444Open: ` http://localhost:4506 `
4545
46- ` capo-to-keys:dev ` in this section is a local image tag built on your machine.
46+ ` capo-to-keys:latest ` in this section is a local image tag built on your machine.
4747
4848Outputs are written to ` /data/outputs ` (mapped to your local volume path).
4949
5050## Pull From GHCR (No Local Build)
5151
52- Pinned release (recommended for reproducible testing):
53-
5452``` bash
55- docker pull ghcr.io/reprodev/capotokeys:v1.0
56- docker run --rm -it \
53+ docker pull ghcr.io/reprodev/capotokeys:latest
54+ docker run -d \
5755 --name capotokeys \
5856 -p 4506:4506 \
59- -v " $( pwd ) /appdata/config/capotokeys :/data" \
60- ghcr.io/reprodev/capotokeys:v1.0
57+ -v " ./data :/data" \
58+ ghcr.io/reprodev/capotokeys:latest
6159```
6260
63- Latest default-branch image:
64-
65- ``` bash
66- docker pull ghcr.io/reprodev/capotokeys:latest
67- ```
6861## Quick Start (GHCR + Compose)
6962
7063Use the included compose example:
@@ -91,7 +84,6 @@ Published GHCR image format:
9184
9285Common tags:
9386
94- - ` v1.0 ` (current release tag)
9587- ` latest ` (default branch, moving tag)
9688- ` dev ` (dev branch)
9789- ` vX.Y.Z ` (future release tags)
@@ -194,3 +186,6 @@ MIT — see `LICENSE`.
194186
195187
196188
189+
190+
191+
You can’t perform that action at this time.
0 commit comments