File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -354,3 +354,33 @@ for all projects p:
354
354
and operation
355
355
* operator
356
356
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 `
You can’t perform that action at this time.
0 commit comments