mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
website: updated macos installation docs
Signed-off-by: Dev Kumar <devskumar99@gmail.com>
This commit is contained in:
parent
a66f376d72
commit
fb301effc7
4 changed files with 22 additions and 0 deletions
BIN
website/docs/Installation/img/click-and-drag.png
Normal file
BIN
website/docs/Installation/img/click-and-drag.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
BIN
website/docs/Installation/img/pd-before-podman.png
Normal file
BIN
website/docs/Installation/img/pd-before-podman.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 324 KiB |
BIN
website/docs/Installation/img/system-pass.png
Normal file
BIN
website/docs/Installation/img/system-pass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
|
|
@ -5,10 +5,32 @@ sidebar_position: 3
|
|||
# MacOS
|
||||
## Installing Podman Desktop on MacOS using .dmg file
|
||||
|
||||
#### Prerequisite: Podman Machine
|
||||
|
||||
If you already have a Podman machine up and running, you can check out the [Downloads](/downloads/macos) section of this website to get the applicable .dmg file depending on your Mac Hardware Architecture (i.e. Intel or Apple M1).
|
||||
|
||||
If you are new to Podman and do not have a Podman Machine up and running, fret not. Downloading and Installing Podman Desktop allows you to get all the dependencies as well.
|
||||
|
||||
Simply download the file from the [Downloads](/downloads/macos) section and open it in your machine to install Podman Desktop.
|
||||
|
||||
Once you open it, the system will prompt you to drag the icon to the Applications folder.
|
||||
|
||||

|
||||
|
||||
After which, you are just a click away from using Podman Desktop.
|
||||
|
||||
If you already have Podman installed, you are ready to build images and run containers. Learn more on how to get started with Podman Desktop by clicking [here](/docs/getting-started/getting-started).
|
||||
|
||||
If the system does not have Podman installed, you will be prompted as follows.
|
||||
|
||||

|
||||
|
||||
You can click on the "Install" button and follow the instructions on screen. You will be redirected to the Podman Installer. Follow the instructions on screen and enter your system password when asked.
|
||||
|
||||

|
||||
|
||||
After installation is complete, close the Installer and you are all set to build images and run containers using Podman Desktop.
|
||||
|
||||
## Installing Podman Desktop on MacOS using [brew](https://brew.sh/).
|
||||
|
||||
The following instructions will help you install Podman Desktop on your Mac through [Homebrew](https://brew.sh/). So make sure you have that installed and set up. After which, you can install Podman Desktop in 3 simple steps.
|
||||
|
|
|
|||
Loading…
Reference in a new issue