Open
Description
Hi, consider I'm accessing the zulip container with something like
sudo docker-compose exec zulip /bin/bash
And I want to f.e edit /etc/zulip/settings.py
, currently the two methods I had were:
- Add a working debian souce and apt-get it myself - takes a bit more, easily overriden
docker cp
out -> edit the file ->docker cp
in.
Not really comfortable, the second one is more reliable, but the best thing would be to easily edit the files with vim
when you have an open bash in the container.
Metadata
Metadata
Assignees
Labels
No labels