From 56aaa7bcddb10ce5da9c8e601a4022fa0c631f36 Mon Sep 17 00:00:00 2001 From: Torec Luik Date: Wed, 6 Sep 2023 17:20:57 +0200 Subject: [PATCH] Add remark for completeness --- resources/tutorials/tutorial_cellprofiler.md | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/tutorials/tutorial_cellprofiler.md b/resources/tutorials/tutorial_cellprofiler.md index 680d7b6..f7de402 100644 --- a/resources/tutorials/tutorial_cellprofiler.md +++ b/resources/tutorials/tutorial_cellprofiler.md @@ -310,6 +310,7 @@ So how do other people get to use our workflow? - First, create an account on Dockerhub if you don't have one - Login locally to this account too: `docker login` +- (Optional) Build your latest docker image if you didn't do that yet - Tag your local Docker image with a new tag to match this Dockerhub account and release: `docker tag spotcounting-cp:latest /w_spotcounting-cellprofiler:v1.0.0` - Push your tagged image to Dockerhub: `docker push /w_spotcounting-cellprofiler:v1.0.0` - Now you can verify that it is available online: