Osedea / nodock

Docker Compose for Node projects with Node, MySQL, Redis, MongoDB, NGINX, Apache2, Memcached, Certbot and RabbitMQ images
http://nodock.io
MIT License
762 stars 189 forks source link

Persistent bash history #92

Open philtrep opened 6 years ago

philtrep commented 6 years ago

The bash history should be saved for the node and workspace containers to make it easier to reuse commands even if container is rebuilt.

akshitgrover commented 6 years ago

This can be done by mounting .bash_history file to a volume!