Commit Graph

4 Commits

Author SHA1 Message Date
Aditya R 9927426736 docs/containerfile: add RUN --network
Document RUN --network added in https://github.com/containers/buildah/pull/4566

[NO NEW TESTS NEEDED]
[CI:DOCS]

Signed-off-by: Aditya R <arajan@redhat.com>
2023-03-15 13:48:42 +05:30
Aditya R 1e9863c4b0 docs,containerfile: RUN --mount mention rw option
Mention `readwrite, rw` option for `RUN --mount` instruction and mention
correct default for `ro, readonly`.

[NO NEW TESTS NEEDED]
[NO TESTS NEEDED]

Closes: https://github.com/containers/common/issues/1246

Signed-off-by: Aditya R <arajan@redhat.com>
2022-11-28 15:40:53 +05:30
Erik Sjölund bc5ea7c89e Fix typos and improve language
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
2022-01-30 17:15:02 +01:00
Morten Linderud c792481854 docs: Reintroduce Containerfile and containerignore
These where moved to buildah but because they are useful for podman and
the other tooling they are moved back into the common project.

Reverts 6b57bd6c7c

Signed-off-by: Morten Linderud <morten@linderud.pw>
2022-01-25 22:42:59 +01:00