buildah-login(1) General Commands Manual buildah-login(1) (NAME) buildah-login - (SYNOPSIS) buildah login [options] registry (DESCRIPTION) buildah login . buildah login (STDIN) . username password . authfile . ${XDG_RUNTIME_DIR}/containers/auth.json . XDG_RUNTIME_DIR /run/user/$UID/containers/auth.json . buildah [GLOBAL OPTIONS] buildah login [GLOBAL OPTIONS] buildah login [OPTIONS] REGISTRY [GLOBAL OPTIONS] (OPTIONS) --authfile . ${XDG_RUNTIME_DIR}/containers/auth.json . containers-auth.json(5) . buildah login . : REGISTRY_AUTH_FILE : export REGISTRY_AUTH_FILE=path --cert-dir path path ( crt.* cert.* key.*) . /etc/containers/certs.d . --compat-auth-file=path path (Docker) . --get-login . . --help, -h --password, -p --password-stdin (stdin) --tls-verify HTTPS (: true). true TLS . false TLS . TLS registries.conf (insecure) . TLS . --username, -u --verbose, -v (credential store) (EXAMPLES) $ buildah login quay.io Username: qiwanredhat Password: Login Succeeded! $ buildah login -u testuser -p testpassword localhost:5000 Login Succeeded! $ buildah login --authfile ./auth.json quay.io Username: qiwanredhat Password: Login Succeeded! $ buildah login --tls-verify=false -u test -p test localhost:5000 Login Succeeded! $ buildah login --cert-dir /etc/containers/certs.d/ -u foo -p bar localhost:5000 Login Succeeded! $ buildah login -u testuser --password-stdin < pw.txt quay.io Login Succeeded! $ echo $testpassword | buildah login -u testuser --password-stdin quay.io Login Succeeded! (SEE ALSO) buildah(1), buildah-logout(1), containers-auth.json(5) buildah Apr 2019 buildah-login(1)