Problem scenario
The server you have is a RHEL (RedHat Enterprise Linux) or Ubuntu instance. You are in a Docker container that you pulled from the internet for Nginx. Inside this Docker container you cannot use vi because it is not a recognized command. What do you do to install a text editor in the Docker container?
Solution for non-SUSE Linux
#1 Inside the Docker container,
…
Continue reading “How Do You Edit Text inside a Docker Container?”