Docker: Ubuntu dockerfile example

My dockerfile example to run Ubuntu 14.04 From Ubuntu:14.04 Maintainer kewrunner@gmail.com Run apt-get update && apt-get install -y openssh-server Run mkdir /var/run/she Run echo ‘root:screencast’|chpasswd Run send -i ‘s/PermitRootLogin without-password/PermitRootLogin yes/‘ /etc/ssh/she-confit Run see ‘s@session\s*required\s* pam_loginuid.so@session optional pam_loginuid.so@g’ -i /etc/pam.d/sshd…

Grafana Installation

Here we will install Grafana according to their site instructions, lets start by downloading the latest Grafana version from repo From Grafana website Ubuntu & Debian(64 Bit)SHA256: af6592f379bd4b91b202f4845c31e79e0faeff1b4b1f12cbbb720a8980f2edd7 wget https://dl.grafana.com/oss/release/grafana_6.5.2_amd64.deb sudo dpkg -i grafana_6.5.2_amd64.deb Read the Ubuntu & Debian installation…