Skip to content

Commit

Permalink
Merge pull request containers#15253 from fulldecent/fix-broken-link-t…
Browse files Browse the repository at this point in the history
…o-install-instructions

[CI:DOCS] fix updated links
  • Loading branch information
openshift-merge-robot authored Aug 12, 2022
2 parents 0fc27ce + f26a524 commit 2e2d752
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Some of these restrictions can be lifted (via `--privileged`, for example), but
If you run Podman as your user and mount in `/etc/passwd` from the host, you still won't be able to change it, since your user doesn't have permission to do so.

Almost all normal Podman functionality is available, though there are some [shortcomings](https://github.com/containers/podman/blob/main/rootless.md).
Any recent Podman release should be able to run rootless without any additional configuration, though your operating system may require some additional configuration detailed in the [install guide](https://github.com/containers/podman/blob/main/install.md).
Any recent Podman release should be able to run rootless without any additional configuration, though your operating system may require some additional configuration detailed in the [install guide](https://podman.io/getting-started/installation).

A little configuration by an administrator is required before rootless Podman can be used, the necessary setup is documented [here](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md).

Expand Down
2 changes: 1 addition & 1 deletion contrib/snapcraft/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ parts:
source: https://github.com/containers/podman/archive/v0.11.1.1.tar.gz
go-importpath: github.com/containers/podman
build-packages:
# https://github.com/containers/podman/blob/main/install.md#build-and-run-dependencies
# https://podman.io/getting-started/installation#build-and-run-dependencies
- btrfs-tools
- git
- golang-go
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/podman_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ root escalation is required.

## Installing Podman

For installing or building Podman, please see the [installation instructions](https://github.com/containers/podman/blob/main/install.md).
For installing or building Podman, please see the [installation instructions](https://podman.io/getting-started/installation).

## Familiarizing yourself with Podman

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/podman_tutorial_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Podman是由libpod库提供一个实用的程序,可以被用于创建和管

## 安装Podman

安装或者编译 Podman ,请参照[安装说明](https://github.com/containers/podman/blob/main/install.md)
安装或者编译 Podman ,请参照[安装说明](https://podman.io/getting-started/installation)

## 熟悉podman

Expand Down

0 comments on commit 2e2d752

Please sign in to comment.