Update reference link to use publish one

Update reference link to official publish one
This commit is contained in:
ZhongbaoShi
2019-10-09 09:54:52 +08:00
committed by qzheng527
parent 6b654ea759
commit f0ab6bdc8a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ 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.
4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) 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:
+1 -1
View File
@@ -99,7 +99,7 @@ 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.
4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) 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:
+1 -1
View File
@@ -76,7 +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.
4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) 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:
+1 -1
View File
@@ -155,7 +155,7 @@ 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.
4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) 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).
+1 -1
View File
@@ -77,7 +77,7 @@ 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.
4. Please refer to [create custom application container image](https://docs.01.org/clearlinux/latest/guides/maintenance/container-image-modify.html) 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: