MathHubInfo / Legacy-localmh-docker

Legacy docker wrapper for lmh
1 stars 1 forks source link

We should have a text editor inside docker #13

Closed jinbozz closed 9 years ago

jinbozz commented 9 years ago

Also, is there any way I can export environment variables inside docker permanently? Something like .bashrc that I can edit.

tkw1536 commented 9 years ago

That might be useful for developers, but the normal users should not have to edit anything inside docker.

You can always install it manually

lmh core start
apt-get install vim #Or emacs if you like it more...
``