User Tools

Site Tools


linux:containers:docker-cheatsheet

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:containers:docker-cheatsheet [17/02/2025 17:41] andrewlinux:containers:docker-cheatsheet [26/06/2025 14:52] (current) – [AWS ECR upload] andrew
Line 154: Line 154:
  
 Or:- flask --app sample --debug run Or:- flask --app sample --debug run
 +
 +
 +====== AWS ECR upload ======
 +
 +
 +
 +<code json>
 +$ aws ecr create-repository --repository-name app01
 +{
 +    "repository": {
 +        "repositoryArn": "arn:aws:ecr:eu-west-1:123443211234:repository/app01",
 +        "registryId": "12344321123",
 +        "repositoryName": "app01",
 +        "repositoryUri": "12344321123.dkr.ecr.eu-west-1.amazonaws.com/app01",
 +        "createdAt": "2025-06-26T14:47:10.784000+00:00",
 +        "imageTagMutability": "MUTABLE",
 +        "imageScanningConfiguration": {
 +            "scanOnPush": false
 +        },
 +        "encryptionConfiguration": {
 +            "encryptionType": "AES256"
 +        }
 +    }
 +}
 +</code>
  
  
linux/containers/docker-cheatsheet.1739814081.txt.gz · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki