-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
We see this used here:
create-hyperweb-app/templates/hyperweb/package.json
Lines 28 to 33 in 6f30aec
"docker": "npm run docker:stop && npm run docker:run", | |
"docker:run": "docker run -d --name jsd-plus -p 26657:26657 -p 1317:1317 -p 8000:8000 -p 8001:8001 -p 8081:8081 ghcr.io/cosmology-tech/jsd-plus:0.1.1", | |
"docker:exec": "docker exec -it jsd-plus /bin/bash", | |
"docker:stop": "docker stop jsd-plus || true && docker rm jsd-plus || true", | |
"starship": "starship --config configs/local.yaml", | |
"starship:ci": "starship --config configs/ci.yaml" |
When running `yarn docker:run, we see:
0xj0@0xJ0s-MBP contract-examples % yarn docker:run
yarn run v1.22.22
$ docker run -d --name jsd-plus -p 26657:26657 -p 1317:1317 -p 8000:8000 -p 8001:8001 -p 8081:8081 ghcr.io/cosmology-tech/jsd-plus:0.1.1
Unable to find image 'ghcr.io/cosmology-tech/jsd-plus:0.1.1' locally
0.1.1: Pulling from cosmology-tech/jsd-plus
2245c7c08455: Already exists
ef238ab4e502: Already exists
4f4fb700ef54: Download complete
4f4fb700ef54: Pull complete
ad3f9f20e1b5: Extracting 30.28MB/38.06MB
ad3f9f20e1b5: Pull complete
fa87840689c0: Pull complete
56fe820bef5f: Pull complete
aae4ba065db3: Pull complete
8e247026cad7: Pull complete
af7861ab4a4e: Pull complete
Digest: sha256:ee6ff76828fb35ec1c8507ba700d3385e4b6a1b873a192e4eea1d4e640c63b5f
Status: Downloaded newer image for ghcr.io/cosmology-tech/jsd-plus:0.1.1
66924eb22b8a434c9e59424b448039de02fe6da6d2a06350560a85258d81315e
should this be pulling from something like ghcr.io'/hyperweb-io/hyperweb-plus
?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request