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: