summaryrefslogtreecommitdiff
path: root/security_context.md
diff options
context:
space:
mode:
Diffstat (limited to 'security_context.md')
-rw-r--r--security_context.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/security_context.md b/security_context.md
index 7a80c01d..4704caab 100644
--- a/security_context.md
+++ b/security_context.md
@@ -42,7 +42,7 @@ A security context is a set of constraints that are applied to a container in or
## Background
-The problem of securing containers in Kubernetes has come up [before](https://github.com/GoogleCloudPlatform/kubernetes/issues/398) and the potential problems with container security are [well known](http://opensource.com/business/14/7/docker-security-selinux). Although it is not possible to completely isolate Docker containers from their hosts, new features like [user namespaces](https://github.com/docker/libcontainer/pull/304) make it possible to greatly reduce the attack surface.
+The problem of securing containers in Kubernetes has come up [before](http://issue.k8s.io/398) and the potential problems with container security are [well known](http://opensource.com/business/14/7/docker-security-selinux). Although it is not possible to completely isolate Docker containers from their hosts, new features like [user namespaces](https://github.com/docker/libcontainer/pull/304) make it possible to greatly reduce the attack surface.
## Motivation