instalar el paquete Figlet y ejecutar un comando simple

apt-get update
apt-get install -y figlet
figlet "hello docker"
Excited Eland