summarylogtreecommitdiffstats
path: root/docker-credential-lastpass.install
blob: ea026d61fa3a1156cc1863519a00c64f49807764 (plain)
1
2
3
4
5
post_install() {
    echo 'For docker to use LastPass, you must set `credsStore` to "lastpass" in your ~/.docker/config.json'
    echo 'See https://docs.docker.com/engine/reference/commandline/login/#credentials-store'
    echo 'for more information'
}