摘要:
class Bird { public int Number { get; set; } public string Name { get; set; } public int Age { get; set; } } class BirdConfig : IEntityTypeConfigurati 阅读全文
摘要:
生成镜像 docker build . -t my-nginx docker images REPOSITORY TAG IMAGE ID CREATED SIZE localhost/my-nginx maintainer 712befd1ad83 13 minutes ago 24.7 MB d 阅读全文