sail up -d
sail bash
cd
cp .bashrc /var/www/html/
далее открываем скопированный файл и правим
HISTFILE=/var/www/html/.bash_history
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth:erasedups
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=10000
HISTFILESIZE=20000
после этого история bash команд в sail будет сохраняться даже при удалении контейнера