当我docker login
在 ec2 Linux 机器上时,我得到:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
当我yum install pass
在 e2c 实例上运行时,yum 抱怨No package pass available.
我sudo amazon-linux-extras install epel
在查找包之前尝试过,但它没有帮助。
如何pass
在 e2c 的 Amazon Linux 2 AMI 实例上安装?
不幸的是,通行证从 epel 7 中退出(https://bugzilla.redhat.com/show_bug.cgi?id=1639806)
最新通过需要Git版本 >= 1.8.5 和树版本 >= 1.7.0(在我的 ec2 机器树中的版本为 1.6.0)。
当然,您始终可以手动安装所有要求:https ://git.zx2c4.com/password-store/tree/README
在通行证列表中已经对此进行了一些讨论(即支持centos 7),但还没有结果: https ://lists.zx2c4.com/pipermail/password-store/2019-July/003686.html
https://lists.zx2c4.com/pipermail/password-store/2019-July/003717.html
尝试使用 pip 安装: