Sha256: 50b0601a1dade1ded6fdf61500353d94d5eff37f719484b38d831e8ed8a95b7f
Contents?: true
Size: 732 Bytes
Versions: 6
Compression:
Stored size: 732 Bytes
Contents
Feature: Docker Registry Credentials In order to authorize the Docker Engine with the AWS ECR registry As a User I want to be able to retrieve the Docker authorization credentials Background: Given I'm an Engine Yard user And ey-core is configured with my cloud token And I have the following accounts: | Account Name | | one | | two | Scenario Outline: Retrieving Docker authorization credentials When I run `ey-core get-docker-registry-login <Account Flag> one <Location Flag> us-east-1` Then I see the docker login command Examples: | Account Flag | Location Flag | | -c | -l | | --account | --location |
Version data entries
6 entries across 6 versions & 2 rubygems