diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-07-23 11:48:40 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-07-24 14:52:30 +0000 |
commit | 153d33814dd5cfb447b8e23ba9eac3bc6dfd8f2b (patch) | |
tree | 2eac10fe32ffa6064efee8ff0e33fb6e80195030 /docs | |
parent | 07fe4e51cb2fb5efa291320b07b36bad366822c5 (diff) | |
download | podman-153d33814dd5cfb447b8e23ba9eac3bc6dfd8f2b.tar.gz podman-153d33814dd5cfb447b8e23ba9eac3bc6dfd8f2b.tar.bz2 podman-153d33814dd5cfb447b8e23ba9eac3bc6dfd8f2b.zip |
We don't currently support --mac-address
Make this clear in the docs and Command.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1138
Approved by: mheon
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-create.1.md | 2 | ||||
-rw-r--r-- | docs/podman-run.1.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index ed20c6f8d..dc0b0375d 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -332,6 +332,8 @@ Remember that the MAC address in an Ethernet network must be unique. The IPv6 link-local address will be based on the device's MAC address according to RFC4862. +Not currently supported + **-m**, **--memory**="" Memory limit (format: <number>[<unit>], where unit = b, k, m or g) diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index a049a33aa..00c78f321 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -346,6 +346,8 @@ Remember that the MAC address in an Ethernet network must be unique. The IPv6 link-local address will be based on the device's MAC address according to RFC4862. +Not currently supported + **-m**, **--memory**="" Memory limit (format: <number>[<unit>], where unit = b, k, m or g) |