Docker查看nginx latest具体版本

[root@myhost ~]# docker image inspect nginx:latest | grep -i version
                "NGINX_VERSION=1.19.9",
                "NJS_VERSION=0.5.3",
        "DockerVersion": "19.03.12",
                "NGINX_VERSION=1.19.9",
                "NJS_VERSION=0.5.3",

 

posted @ 2021-04-01 18:40  1769987233  阅读(3650)  评论(0编辑  收藏  举报