mirror of
https://github.com/containers/podman.git
synced 2025-07-25 09:05:00 +08:00
Spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@ -45,7 +45,7 @@ because the client (i.e. your web browser) is fetching content from multiple loc
|
||||
do not share a common domain, accessing the API section may show a stack-trace similar to
|
||||
the following:
|
||||
|
||||

|
||||

|
||||
|
||||
If reloading the page, or clearing your local cache does not fix the problem, it is
|
||||
likely caused by broken metadata needed to protect clients from cross-site-scripting
|
||||
|
@ -40,7 +40,7 @@ container images. This `buildah` code creates `buildah` containers for the
|
||||
`RUN` options in container storage. In certain situations, when the
|
||||
`podman build` crashes or users kill the `podman build` process, these external
|
||||
containers can be left in container storage. Use the `podman ps --all --storage`
|
||||
command to see these contaienrs. External containers can be removed with the
|
||||
command to see these containers. External containers can be removed with the
|
||||
`podman rm --storage` command.
|
||||
|
||||
## OPTIONS
|
||||
|
@ -28,7 +28,7 @@ random port is assigned by Podman in the specification.
|
||||
Create Kubernetes Pod YAML for a container called `some-mariadb` .
|
||||
```
|
||||
$ sudo podman generate kube some-mariadb
|
||||
# Generation of Kubenetes YAML is still under development!
|
||||
# Generation of Kubernetes YAML is still under development!
|
||||
#
|
||||
# Save the output of this file and use kubectl create -f to import
|
||||
# it into Kubernetes.
|
||||
|
@ -946,7 +946,7 @@ For the IPC namespace, the following sysctls are allowed:
|
||||
|
||||
Note: if you use the **--ipc=host** option, the above sysctls will not be allowed.
|
||||
|
||||
For the network namespace, the following ysctls areallowed:
|
||||
For the network namespace, the following sysctls are allowed:
|
||||
|
||||
- Sysctls beginning with net.\*
|
||||
|
||||
|
@ -9,7 +9,7 @@ podman\-system\-service - Run an API service
|
||||
## DESCRIPTION
|
||||
The **podman system service** command creates a listening service that will answer API calls for Podman. You may
|
||||
optionally provide an endpoint for the API in URI form. For example, *unix://tmp/foobar.sock* or *tcp:localhost:8080*.
|
||||
If no endpoint is provided, defaults will be used. The default endpoint for a rootfull
|
||||
If no endpoint is provided, defaults will be used. The default endpoint for a rootful
|
||||
service is *unix:/run/podman/podman.sock* and rootless is *unix:/$XDG_RUNTIME_DIR/podman/podman.sock* (for
|
||||
example *unix:/run/user/1000/podman/podman.sock*)
|
||||
|
||||
|
@ -291,7 +291,7 @@ When Podman runs in rootless mode, the file `$HOME/.config/containers/mounts.con
|
||||
|
||||
Non root users of Podman can create the `$HOME/.config/containers/registries.conf` file to be used instead of the system defaults.
|
||||
|
||||
**storage.conf** (`/etc/containers/storage.conf`, `$HOME/.config/contaners/storage.conf`)
|
||||
**storage.conf** (`/etc/containers/storage.conf`, `$HOME/.config/containers/storage.conf`)
|
||||
|
||||
storage.conf is the storage configuration file for all tools using containers/storage
|
||||
|
||||
|
Reference in New Issue
Block a user