From 2cb50415243169f1d08b7df5ab50cbb7e99e7344 Mon Sep 17 00:00:00 2001 From: gabrielkheisa Date: Sun, 14 Apr 2024 15:17:13 +0700 Subject: [PATCH] update --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 033d408..ac42fed 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,20 @@ This micro web server does not directly download the Instagram Reels video. It s sudo docker run -d -p 8080:8080 instagram-downloader ``` +### With existing Docker Image + +1. Pull the Docker image + + ``` + sudo docker pull ghcr.io/gabrielkheisa/instagram-downloader/gabrielkheisa/instagram-downloader:latest + ``` + +2. Run the container + + ``` + sudo docker run -d -p 8080:8080 ghcr.io/gabrielkheisa/instagram-downloader/gabrielkheisa/instagram-downloader + ``` + ## Usage