From c541cb1e27f0102f5ca2474d58dc4868a554b7f9 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Tue, 20 Apr 2021 04:23:36 -0700 Subject: [PATCH] add tag --- content/tutorials/write-c2d-algorithms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tutorials/write-c2d-algorithms.md b/content/tutorials/write-c2d-algorithms.md index a617a7b0..3339a6f9 100644 --- a/content/tutorials/write-c2d-algorithms.md +++ b/content/tutorials/write-c2d-algorithms.md @@ -7,7 +7,7 @@ description: An C2D algorithm is composed of the following: - - a docker image (base image) + - a docker image (base image + tag) - an algorithm code - a entry point