docker-永久存储docker-credential-helpers凭据

时间:2019-04-11 01:23:53

标签: docker credentials

正在查看此内容:Cannot login to Docker account

我可以成功配置。但是,这部分

注意:如果在以后的运行中出现错误“通行证存储未初始化”,请运行以下命令(它将在内存中重新加载通行证存储):

use App\Models\Student;

class AppServiceProvider extends ServiceProvider
{
    public function boot()
    {
        Student::creating(function ($student) {
            $student->full_name = $student->first_name.' '.$student->last_name;
        });
    }
}

问题:

您如何将其永久化?这样就不需要定期进行身份验证了吗?

0 个答案:

没有答案