Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Debug APP
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Hydra
  • Debug APP
  • Wiki
  • Pull Image from AWS

Pull Image from AWS · Changes

Page history
Updated Pull Image from AWS (markdown) authored Jun 20, 2019 by Giovanni Basolu's avatar Giovanni Basolu
Show whitespace changes
Inline Side-by-side
Pull-Image-from-AWS.md
View page @ c2c1fac8
...@@ -15,7 +15,13 @@ to be considered successfully ...@@ -15,7 +15,13 @@ to be considered successfully
docker pull 560078195495.dkr.ecr.eu-west-1.amazonaws.com/hydra-debug docker pull 560078195495.dkr.ecr.eu-west-1.amazonaws.com/hydra-debug
``` ```
## Run the Register command The output should be something like
``` ```
docker run -t -v /home/stephen/.hydra/:/root/.hydra 560078195495.dkr.ecr.eu-west-1.amazonaws.com/hydra-debug hydra-debug register 560078195495.dkr.ecr.eu-west-1.amazonaws.com/hydra-debug Using default tag: latest
latest: Pulling from hydra-debug
Digest: sha256:45c2b22541ab4e139e932406b4c0e5e89142ac4fa66cf9287ddffb6a2f074c56
Status: Image is up to date for 560078195495.dkr.ecr.eu-west-1.amazonaws.com/hydra-debug:latest
``` ```
Now the image has been pulled from the registry and can be used in your system
\ No newline at end of file
Clone repository
  • Create Docker Image
  • Execute the run command
  • Home
  • Pull Image from AWS
  • Push the image to AWS
  • Register the app locally