Cannot use vim, vi, nano, yum inside docker container

Containers are not VM’s, thus a different approach is required.

ie. a container should only have the daemon and related tools and nothing else.

keep the editing / management tools in the host, and then mount configs to the container

1 Like