Skip to content

Instantly share code, notes, and snippets.

View masasdani's full-sized avatar

Masas Dani masasdani

View GitHub Profile
@masasdani
masasdani / logback.xml
Created February 28, 2017 10:55 — forked from kyungw00k/logback.xml
logback & logstash pattern for elasticsearch
<?xml version="1.0" encoding="UTF-8"?>
<!-- For assistance related to logback-translator or configurations -->
<!-- files in general, please contact the logback user mailing list -->
<!-- at http://www.qos.ch/mailman/listinfo/logback-user -->
<!-- -->
<!-- For professional support please see -->
<!-- http://www.qos.ch/shop/products/professionalSupport -->
<!-- -->
<configuration>
{
"1": ["@yopie", "@Zulfikar_ltf", "@dinandans", "@FarahOktarina"],
"2": ["@masasdani", "@Vincensius", "@wuland_manyun", "@ikenurasih"],
"3": ["@irfanfirdaus", "@deny_ervan", "@nanangarsyad", "@Jumroh"],
"4": ["@timenz", "@Marvinhidajat", "@angga_1927", "@alfinma"],
"5": ["@johjuda", "@ndiyandii", "@Fendy1983", "@GalehWP"],
"6": ["@ShariSherenHuth", "@rosyiandika", "@Fadlan9", "@exza_a"],
"7": ["@Zulfikar_ltf", "@gittamaruhawa", "@RyanArrofiq", "@Fadlan9"],
"8": ["@Vincensius", "@ndiyandii", "@dinandans", "@okutasan"],
"9": ["@deny_ervan", "@yopie", "@wuland_manyun", "@ikenurasih"],
@masasdani
masasdani / install-docker.md
Created October 10, 2021 04:15 — forked from npearce/install-docker.md
Amazon Linux 2 - install docker & docker-compose using 'sudo amazon-linux-extras' command

UPDATE (March 2020, thanks @ic): I don't know the exact AMI version but yum install docker now works on the latest Amazon Linux 2. The instructions below may still be relevant depending on the vintage AMI you are using.

Amazon changed the install in Linux 2. One no-longer using 'yum' See: https://aws.amazon.com/amazon-linux-2/release-notes/

Docker CE Install

sudo amazon-linux-extras install docker
sudo service docker start