Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #635 from appuio/faq-how-it-works
Browse files Browse the repository at this point in the history
Update what is OpenShift and how does it work?
  • Loading branch information
megian authored Sep 4, 2023
2 parents fc44774 + d3fbf3d commit 51321c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Was ist OpenShift und wie funktioniert es?
---
[OpenShift](https://docs.openshift.com/) ist die Container Platform von Red Hat. Seit der Version 3 setzt OpenShift auf bewährte Open Source Projekte wie [Docker](http://www.docker.com/) und [Kubernetes](http://kubernetes.io/).
[OpenShift](https://docs.openshift.com) ist die Container Platform von Red Hat. Seit der Version 4 setzt OpenShift auf bewährte Open Source Projekte wie [OCI](https://opencontainers.org) und [Kubernetes](https://kubernetes.io/). OCI kompatible container images können mit [Buildah](https://buildah.io/) oder [Docker](https://www.docker.com/) erstellt werden.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: What is OpenShift and how does it work?
---
[OpenShift](https://docs.openshift.com/) is the Container platform by Red Hat. Since Version 3 OpenShift relies on proven Open Source projects such as [Docker](http://www.docker.com/) and [Kubernetes](http://kubernetes.io/).
[OpenShift](https://docs.openshift.com) is the Container platform by Red Hat. Since Version 4 OpenShift relies on proven Open Source projects such as [OCI](https://opencontainers.org) and [Kubernetes](https://kubernetes.io/). OCI compatible container images can be built using [Buildah](https://buildah.io/) or [Docker](https://www.docker.com/).

0 comments on commit 51321c8

Please sign in to comment.