Write about docker tips and tricks that might be useful for others.
- See what containers are running.
- Open the shell in the running container. You can get the container hash from the previous command
- Edit whatever file you want. If nano is not found, then you can install it from the terminal. Depending on the OS it might be different.
- Exit the shell
- Now in order to apply your changes you have to restart the container.
That's all!