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 retrieve a Docker login command to your default registry** This example prints a command that you can use to log in to your default Amazon ECR registry. Command:: aws ecr get-login Output:: docker login -u AWS -p <password> -e none https://<aws_account_id>.dkr.ecr.<region>.amazonaws.com **To log in to another account's registry** This example prints one or more commands that you can use to log in to Amazon ECR registries associated with other accounts. Command:: aws ecr get-login --registry-ids 012345678910 023456789012 Output:: docker login -u <username> -p <token-1> -e none <endpoint-1> docker login -u <username> -p <token-2> -e none <endpoint-2>