collabnix / dockerlabs

Docker - Beginners | Intermediate | Advanced

Home Page:https://dockerlabs.collabnix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile EXPOSE LAB 11: --format empty on the website

xinity opened this issue · comments

Describe the bug
on this lab: https://dockerlabs.collabnix.com/beginners/dockerfile/Lab%2311:EXPOSE_instruction.html
Looking at the inspect section

the website show:
docker image inspect --format expose:v1
rather than
$ docker image inspect --format {{.ContainerConfig.ExposedPorts}} expose:v1

This might be some kind of the bug regarding the static website generator engine

@saviovettoor Can you have a look?