Closed jinbozz closed 9 years ago
Also, is there any way I can export environment variables inside docker permanently? Something like .bashrc that I can edit.
.bashrc
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... ``
Also, is there any way I can export environment variables inside docker permanently? Something like
.bashrc
that I can edit.