Skip to content

Commit

Permalink
Fix claim of 100% OCI Compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
gmkurtzer committed Mar 14, 2024
1 parent e449c32 commit 49cc7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/DockerFeature.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="px-6 lg:px-0 lg:pr-4 my-auto">
<div class="mx-auto max-w-2xl lg:mx-0 lg:max-w-lg">
<p class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl uppercase">Bring your existing Docker images.</p>
<p class="mt-6 text-lg leading-8 text-gray-600">Apptainer is 100% OCI (Open Containers Initiative) compatible. It aims for maximum compatibility with Docker, allowing you to pull, run, and build from most containers on Docker Hub without changes. This makes it easy to work with Docker containers while benefitting from Apptainer's secure, portable, and easy-to-use container system.</p>
<p class="mt-6 text-lg leading-8 text-gray-600">Apptainer can import any container from OCI (Open Containers Initiative) registries. It aims for maximum compatibility with Docker, allowing you to pull, run, and build from most containers on Docker Hub without changes. This makes it easy to work with Docker containers while benefitting from Apptainer's secure, portable, and easy-to-use container system.</p>
</div>
</div>
<div class="sm:px-6 lg:px-0">
Expand All @@ -19,4 +19,4 @@
</div>
</div>
</div>


0 comments on commit 49cc7ff

Please sign in to comment.