Skip to content

Commit c322b51

Browse files
authored
Merge pull request #64299 from stevsmit/OCPBUGS-17705
Updates deprecated links for two Container descrptions
2 parents 70bafd3 + eb85b6d commit c322b51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_unused_topics/nodes-containers-using-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
= Understanding Containers
77

88
The basic units of {product-title} applications are called _containers_.
9-
link:https://access.redhat.com/articles/1353593[Linux container technologies]
9+
link:https://www.redhat.com/en/topics/containers#overview[Linux container technologies]
1010
are lightweight mechanisms for isolating running processes so that they are
1111
limited to interacting with only their designated resources.
1212

modules/containers-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[id="containers-about_{context}"]
55
= Containers
66

7-
The basic units of {product-title} applications are called containers. link:https://access.redhat.com/articles/1353593[Linux container technologies] are lightweight mechanisms for isolating running processes so that they are limited to interacting with only their designated resources. The word container is defined as a specific running or paused instance of a container image.
7+
The basic units of {product-title} applications are called containers. link:https://www.redhat.com/en/topics/containers#overview[Linux container technologies] are lightweight mechanisms for isolating running processes so that they are limited to interacting with only their designated resources. The word container is defined as a specific running or paused instance of a container image.
88

99
Many application instances can be running in containers on a single host without visibility into each others' processes, files, network, and so on. Typically, each container provides a single service, often called a micro-service, such as a web server or a database, though containers can be used for arbitrary workloads.
1010

nodes/containers/nodes-containers-using.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc::[]
1010

1111

1212
The basic units of {product-title} applications are called _containers_.
13-
Linux container technologies
13+
link:https://www.redhat.com/en/topics/containers#overview[Linux container technologies]
1414
are lightweight mechanisms for isolating running processes so that they are
1515
limited to interacting with only their designated resources.
1616

0 commit comments

Comments
 (0)