-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podvm: Add --pull option to import.sh and download-image.sh
Currently, download-image.sh uses pull=always when it creates the container for the specified docker image, which fails if the image version is not available in the remote registry. Adding a pull option will allow users to import a docker image that is only available locally by specifying --pull=never. Signed-off-by: Frank Budinsky <frankb@ca.ibm.com>
- Loading branch information
1 parent
d923295
commit e86c09f
Showing
2 changed files
with
8 additions
and
4 deletions.
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