Skip to content

Install vim in the zulip image so that files can be easily edited #128

Open
@gioragutt

Description

@gioragutt

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:

  1. Add a working debian souce and apt-get it myself - takes a bit more, easily overriden
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions