From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.96.80] (unknown [182.2.70.94]) by gnuweeb.org (Postfix) with ESMTPSA id 7137B7E7D8; Sun, 1 May 2022 13:45:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1651412750; bh=QukQKnRBLiYnucICXeDi5ec8Omlxu5HppsbqO6tbhDM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=n+bV5HZeBdW1sGhczwFW3tjjNyDBB6qkjQmb1dbliAIvDpKKHnSfUVn5h7vMeG0E3 DJm4tslQAEGI/vNSyW1QdcmQkBeoDxh3VL9tK4rSXMcFZnC18tZltRdd5VuC1Z8HcQ XewWf3v4b1dgtZdSlJ4XENDvvRhX6FMDEalMPVDLs0UMwbFRjNDHgE3fxMW9LYHFrn 4hxtL3O4mds+U3hklW9U7XhzkvMwIk4hT7rouLjBlRySa8YtvWzbASzhePrr4BshJQ Kx3NO++kaUSRosnMv1AymBiQC7yhnIgzQEtqhiBdS1AbQ/grVglAhmp1Bjzhfq6yGW AmEBo2N9eeFRw== Message-ID: <56526bc0-9e50-829c-2c17-5c6db7f22e1f@gnuweeb.org> Date: Sun, 1 May 2022 20:45:44 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH server-a001 v2 4/4] Create start.sh to start the docker container Content-Language: en-US To: Hazmi Alfarizqi , GNU/Weeb Mailing List Cc: Hazmi Alfarizqi , Alviro Iskandar Setiawan References: <20220430170838.19571-1-ammarfaizi2@gnuweeb.org> <20220430170838.19571-5-ammarfaizi2@gnuweeb.org> <3001b4d2-04fa-a78f-dad0-c94ded55a90b@gnuweeb.org> From: Ammar Faizi In-Reply-To: <3001b4d2-04fa-a78f-dad0-c94ded55a90b@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 5/1/22 7:15 PM, Hazmi Alfarizqi wrote: > On 01/05/2022 00:08, Ammar Faizi wrote: >> Create a file named start.sh. This is a script to start the container >> with prepared configuration. Only run this script on the host. >> >> Signed-off-by: Ammar Faizi > > It seems that `server-a001` gonna be the image name? I would assume we > will build the Docker image from Dockerfile directly on the host. Yes for both sentences. > If not and the image will be pulled from some registry, the image name > format would look like: [registry/]Username/Image[:tag] (Example: > docker.io/username/image:latest). > > The tag is optional, the default tag would be latest. > For the registry part, if it's docker.io (which is the default > registry for Docker) it will be omitted on Docker, but not on Podman. We don't intend to push this image. What kind of changes do you recommend? Keep it like this or add the "latest" tag? -- Ammar Faizi