-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker-compose: add paused skopeo container
This is to work around Quay's inability to handle split-view DNS and port-forwards. Using the API over localhost means clair can't talk to quay, and using the container name means the host can't talk to quay over the port forward. The solution I hit on is to just have a waiting container with skopeo. The documentation is updated to not recommend spinning up quay by default, and to mention how to use this odd container arrangement. Signed-off-by: Hank Donnay <[email protected]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
9 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