How To Edit A File Or Copy A Folder Into An Nginx Docker Container

Опубликовано: 04 Ноябрь 2025
на канале: Steve Cosner
933
5

I wanted to do a video on editing a file or creating content in a Docker container without logging into the container itself.


In the first part I edit the index.html file in a Docker Nginx container.


Then I copy the start bootstrap bare page template into the container and move the contents into the html folder.


You can also clone a git repo in the container and then copy the file or folder into the html folder from outside the container if you want to do it that way.