Skip to content

Commit

Permalink
[DOCFIX] Update docker documentation
Browse files Browse the repository at this point in the history
Add docker doc back
			pr-link: #18130
			change-id: cid-6038dce4ae1821f0e7ccf0e2e874bed5d312057d
  • Loading branch information
ssz1997 authored Sep 15, 2023
1 parent 100eb4f commit f05deb3
Show file tree
Hide file tree
Showing 3 changed files with 449 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_data/menu-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
url: /en/deploy/Software-Requirements.html
- title: Install Alluxio Cluster with HA
url: /en/deploy/Install-Alluxio-Cluster-with-HA.html
- title: Install Alluxio on Docker
url: /en/deploy/Install-Alluxio-Cluster-with-Docker.html

- title: Compute Integrations
buttonTitle: Compute_Integrations
Expand Down
4 changes: 4 additions & 0 deletions docs/en/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Check out these 2 short videos on deployment and best practices with configurati
Make sure you have the proper [Software Requirements]({{ '/en/deploy/Software-Requirements.html' | relativize_url}}), then
follow [Install Alluxio Cluster with HA]({{ '/en/deploy/Install-Alluxio-Cluster-with-HA.html' | relativize_url }}) to deploy an Alluxio cluster with High Availability (HA), which is achieved by running multiple Alluxio master processes on different nodes in the system.

### Install Alluxio on Docker

You can run an Alluxio cluster with a couple of `docker run` commands by following our tutorial for running Dockerized Alluxio on a single node with local disk as the under storage at [Install Alluxio on Docker]({{ '/en/deploy/Install-Alluxio-Cluster-with-Docker.html' | relativize_url }}).

## Run a Compute Framework with Alluxio
* [Running Presto with Alluxio]({{ '/en/compute/Presto.html' | relativize_url }})
* [Running Trino with Alluxio]({{ '/en/compute/Trino.html' | relativize_url }})
Expand Down
Loading

0 comments on commit f05deb3

Please sign in to comment.