From 3b4b72aa3beaaac295e2e9aebb082b91c019c5fc Mon Sep 17 00:00:00 2001 From: "Liu, Jianjun" Date: Thu, 19 Sep 2019 11:10:17 +0000 Subject: [PATCH] update README for golang node perl php python update the README to include the way to cusomize the container image with debug capabilities. Signed-off-by: Liu, Jianjun --- golang/README.md | 2 ++ node/README.md | 2 ++ perl/README.md | 1 + php/README.md | 2 ++ python/README.md | 2 ++ 5 files changed, 9 insertions(+) diff --git a/golang/README.md b/golang/README.md index 5d0f974..e41fe86 100644 --- a/golang/README.md +++ b/golang/README.md @@ -80,6 +80,8 @@ modify the container images. docker build -t clearlinux/golang . ``` +4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. + Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: diff --git a/node/README.md b/node/README.md index 79ca96f..649bfed 100644 --- a/node/README.md +++ b/node/README.md @@ -99,6 +99,8 @@ modify the container images. docker build -t clearlinux/node . ``` +4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. + Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: diff --git a/perl/README.md b/perl/README.md index 67f3192..ec5990d 100644 --- a/perl/README.md +++ b/perl/README.md @@ -76,6 +76,7 @@ modify the container images. ``` docker build -t clearlinux/perl . ``` +4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: diff --git a/php/README.md b/php/README.md index 39dad82..389cf95 100644 --- a/php/README.md +++ b/php/README.md @@ -155,6 +155,8 @@ modify the container images. docker build -t my-own-php-instance . ``` +4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. + Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: diff --git a/python/README.md b/python/README.md index e0e0df9..0f5bb5b 100644 --- a/python/README.md +++ b/python/README.md @@ -77,6 +77,8 @@ modify the container images. docker build -t clearlinux/python . ``` +4. Please refer to [create custom application container image](https://github.com/clearlinux/clear-linux-documentation/pull/775) on how to customize your container image with specific debug capabilities, such as: make, git. + Refer to the Docker documentation for [default build arguments](https://docs.docker.com/engine/reference/builder/#arg). Additionally: