Skip to content

container install directions #888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/install/_linux_platforms_tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<a href="/install/linux/swiftly" class="cta-secondary">Instructions</a>
</li>
<li class="grid-level-1">
<h3>Docker</h3>
<h3>Container</h3>
<p class="description">
If you prefer a containerized environment, you can download the official Docker images for compiling and running Swift on a variety of distributions.
If you prefer a containerized environment, you can download the official container images for compiling and running Swift on a variety of distributions.
</p>
<a href="https://hub.docker.com/_/swift" class="cta-secondary external">Docker Hub</a>
<a href="/install/linux/docker" class="cta-secondary">Instructions</a>
Expand Down