Skip to content

Commit

Permalink
Merge pull request #19952 from mheon/init_cannot_modify
Browse files Browse the repository at this point in the history
[CI:DOCS] The `podman init` command cannot modify containers.
  • Loading branch information
openshift-merge-robot committed Sep 12, 2023
2 parents 89d951a + 5920bfa commit e8c4d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/markdown/podman-init.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Initialize one or more containers.
You may use container IDs or names as input.
Initializing a container performs all tasks necessary for starting the container (mounting filesystems, creating an OCI spec, initializing the container network) but does not start the container.
If a container is not initialized, the `podman start` and `podman run` commands initialize it automatically prior to starting it.
This command is intended to be used for inspecting or modifying the container's filesystem or OCI spec prior to starting it.
This command is intended to be used for inspecting a container's filesystem or OCI spec prior to starting it.
This can be used to inspect the container before it runs, or debug why a container is failing to run.

## OPTIONS
Expand Down

0 comments on commit e8c4d79

Please sign in to comment.