mirror of
https://github.com/containers/podman.git
synced 2025-10-19 20:23:08 +08:00
Man page fixes found by https://pagure.io/ManualPageScan
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
% podman-export "1"
|
% podman-export "1"
|
||||||
|
|
||||||
## NAME
|
## NAME
|
||||||
podman export - Export container's filesystem contents as a tar archive
|
podman\-export - Export container's filesystem contents as a tar archive
|
||||||
|
|
||||||
## SYNOPSIS
|
## SYNOPSIS
|
||||||
**podman export** [*options*] *container*
|
**podman export** [*options*] *container*
|
||||||
|
@ -26,13 +26,13 @@ second. A value of `0` means no timeout and the session will not expire.
|
|||||||
Run the podman varlink service manually and accept the default timeout.
|
Run the podman varlink service manually and accept the default timeout.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ podman varlink unix:/run/podman/io.projectatomic.podman
|
# podman varlink unix:/run/podman/io.projectatomic.podman
|
||||||
```
|
```
|
||||||
|
|
||||||
Run the podman varlink service manually with a 5 second timeout.
|
Run the podman varlink service manually with a 5 second timeout.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ podman varlink --timeout 5000 unix:/run/podman/io.projectatomic.podman
|
# podman varlink --timeout 5000 unix:/run/podman/io.projectatomic.podman
|
||||||
```
|
```
|
||||||
|
|
||||||
## CONFIGURATION
|
## CONFIGURATION
|
||||||
@ -40,9 +40,11 @@ $ podman varlink --timeout 5000 unix:/run/podman/io.projectatomic.podman
|
|||||||
Users of the podman varlink service should enable the _io.projectatomic.podman.socket_ and _io.projectatomic.podman.service_.
|
Users of the podman varlink service should enable the _io.projectatomic.podman.socket_ and _io.projectatomic.podman.service_.
|
||||||
This is the preferred method for running the varlink service.
|
This is the preferred method for running the varlink service.
|
||||||
|
|
||||||
You can do this via systemctl
|
You can do this via systemctl.
|
||||||
|
|
||||||
systemctl enable --now io.projectatomic.podman.socket
|
```
|
||||||
|
# systemctl enable --now io.projectatomic.podman.socket
|
||||||
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
podman(1), systemctl(1)
|
podman(1), systemctl(1)
|
||||||
|
@ -7,7 +7,7 @@ podman\-version - Display the PODMAN Version Information
|
|||||||
**podman version** [*options*]
|
**podman version** [*options*]
|
||||||
|
|
||||||
## DESCRIPTION
|
## DESCRIPTION
|
||||||
Shows the the following information: Version, Go Version, Git Commit, Build Time,
|
Shows the following information: Version, Go Version, Git Commit, Build Time,
|
||||||
OS, and Architecture.
|
OS, and Architecture.
|
||||||
|
|
||||||
## OPTIONS
|
## OPTIONS
|
||||||
|
Reference in New Issue
Block a user