forked from containers/buildah
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set engine env from containers.conf. Mirror podman PR containers/podman#6790. Signed-off-by: Qi Wang <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,6 +91,10 @@ This option overrides the *remap-gids* setting in the *options* section of | |
|
||
Print the version | ||
|
||
## Environment Variables | ||
|
||
Buildah can set up environment variables from the env entry in the [engine] table in the containers.conf(5). These variables can be overridden by passing environment variables before the `buildah` commands. | ||
|
||
## COMMANDS | ||
|
||
| Command | Description | | ||
|
@@ -147,7 +151,7 @@ registries.conf is the configuration file which specifies which container regist | |
Directory which contains configuration snippets which specify registries which should be consulted when completing image names which do not include a registry or domain portion. | ||
|
||
## SEE ALSO | ||
podman(1), containers-mounts.conf(5), newuidmap(1), newgidmap(1), containers-registries.conf(5), containers-storage.conf(5) | ||
podman(1), containers.conf(5), containers-mounts.conf(5), newuidmap(1), newgidmap(1), containers-registries.conf(5), containers-storage.conf(5) | ||
|
||
## HISTORY | ||
December 2017, Originally compiled by Tom Sweeney <[email protected]> |