Skip to content

Commit 6f93d21

Browse files
author
mike dupont
committed
adding dockerhub repo to house the data
1 parent 40329b4 commit 6f93d21

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README-dev.md

+30
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,33 @@ for all projects p:
354354
and operation
355355
* operator
356356

357+
358+
359+
# running test
360+
361+
`make` will run `docker build .` that will trigger creating of the image.
362+
363+
## Committing test
364+
365+
`~/2024/08/02/mina/o1js$ docker commit a4fcb9ec4901 mina-test1`
366+
367+
`sha256:9b707295a1fa7ac2541b946bc9cc68a90823a10f52b32268848c17dff3799f4a`
368+
369+
## docker images
370+
| REPOSITORY| TAG| IMAGE| ID| CREATED| SIZE|
371+
| mina-test1| latest| 9b707295a1fa| 54| seconds| ago| 12.9GB|
372+
| o1js-build| latest| a8e0a0173b63| 4| hours| ago| 2.18GB|
373+
374+
This shows a huge 10 gb of data collected, the newer image is mina1-test1
375+
376+
## Create docker hub repo to hold data
377+
378+
Using docker hub create a repo to hold the data.
379+
380+
### Tag Image
381+
382+
`docker tag mina-test1 h4ckermike/o1js-clinicjs-data:sept-17-2024`
383+
384+
### Push Image
385+
386+
`docker push h4ckermike/o1js-clinicjs-data:sept-17-2024`

0 commit comments

Comments
 (0)