摘要:
class Test(BaseModel): name: str description: int created_at: str updated_at: str data: dict @validator("data", pre=True) def parse_data(cls, value): 阅读全文
摘要:
vi /etc/docker/daemon.json #编辑此文件,添加以下文件 { "registry-mirrors": [ "https://docker.mirrors.ustc.edu.cn", "https://registry.docker-cn.com", "http://hub-m 阅读全文