I have a docker container with its own file structure. Inside it there are some html files that I am interested in viewing. How can I view these html files correctly?
(Right now in vscode I can only see the html code)
I have a docker container with its own file structure. Inside it there are some html files that I am interested in viewing. How can I view these html files correctly?
(Right now in vscode I can only see the html code)
You might need to install editor inside the container, and then you can use that editor to view your HTML source code.
Here are the commands for the same:
Hope this would help.