Docker menjalankan restart saat boot

$ docker run -d --restart unless-stopped <image>
yagami