Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
python2.7 /
site-packages /
awscli /
examples /
ecr /
Delete
Unzip
Name
Size
Permission
Date
Action
batch-delete-image.rst
481
B
-rw-r--r--
2017-04-04 16:39
batch-get-image.rst
249
B
-rw-r--r--
2017-04-04 16:39
create-repository.rst
495
B
-rw-r--r--
2017-04-04 16:39
delete-repository.rst
491
B
-rw-r--r--
2017-04-04 16:39
describe-repositories.rst
612
B
-rw-r--r--
2017-04-04 16:39
get-authorization-token.rst
1.59
KB
-rw-r--r--
2017-04-04 16:39
get-login.rst
683
B
-rw-r--r--
2017-04-04 16:39
get-login_description.rst
824
B
-rw-r--r--
2017-04-04 16:39
Save
Rename
**To create a repository** This example creates a repository called ``nginx-web-app`` inside the ``project-a`` namespace in the default registry for an account. Command:: aws ecr create-repository --repository-name project-a/nginx-web-app Output:: { "repository": { "registryId": "<aws_account_id>", "repositoryName": "project-a/nginx-web-app", "repositoryArn": "arn:aws:ecr:us-west-2:<aws_account_id>:repository/project-a/nginx-web-app" } }