Skip to content

Instantly share code, notes, and snippets.

Elasticsearch install Guid

Import Elasticsearch PGP Key


$ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -

Install Elasticsearch


docker run --name mysqldb -e MYSQL_ROOT_PASSWORD=password -p 3306:3306 -d mysql