diff options
author | Stefan Jakobs <sjakobs@anexia-it.com> | 2020-02-13 14:34:45 +0100 |
---|---|---|
committer | Stefan Jakobs <sjakobs@anexia-it.com> | 2020-02-13 14:34:45 +0100 |
commit | 774e7fb248e880355c41d0a5d8dcb348fd957ed1 (patch) | |
tree | 5fe8e3304c4581aa46cc41c834007eb1d5c84b91 /INSTALL.md | |
parent | Merge pull request #5912 from keithjgrant/4239-pagination-on-delete (diff) | |
download | awx-774e7fb248e880355c41d0a5d8dcb348fd957ed1.tar.xz awx-774e7fb248e880355c41d0a5d8dcb348fd957ed1.zip |
Remove docker_remove_local_images from documentation
docker_remove_local_images was removed with commit https://github.com/ansible/awx/commit/28994d4b0bde200b623354c2365735fe3555739f#diff-c12c21a2e99296acf472dc226bc19da8
(version 9.0.0). This PR removes it from INSTALL and inventory documentation.
Signed-off-by: Stefan Jakobs <sjakobs@anexia-it.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md index 604ba91281..525a8d5ec8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -506,10 +506,6 @@ If you wish to tag and push built images to a Docker registry, set the following > Username of the user that will push images to the registry. Defaults to *developer*. -*docker_remove_local_images* - -> Due to the way that the docker_image module behaves, images will not be pushed to a remote repository if they are present locally. Set this to delete local versions of the images that will be pushed to the remote. This will fail if containers are currently running from those images. - **Note** > These settings are ignored if using official images |