FROM ubuntu MAINTAINER Can can@celwk.com RUN apt-get -qq update RUN apt-get -qqy install emacs sbcl nginx postgresql-client CMD "/bin/bash" EXPOSE 80 # docker build -t="sbcl-env" . # docker run -it --name cl -e Which:Ubuntu \ # -v ~/Emacs:/root/Emacs \ # -v ~/Develop/Lisp:/root/Lisp ~/.sbclrc:/root/sbclrc \ # -v ~/quicklisp:/root/quicklisp \ # -v ~/.emacs:/root/.emacs \ # -v ~/.emacs.d:/root/.emacs.d \ # -v ~/.private:/root/.private \ # -v ~/.bash_profile:~/.bash_profile # -v ~/.bashrc:~/.bash_profile # sbcl-env