This commit is contained in:
gabrielkheisa 2024-04-14 15:17:13 +07:00
parent e3d935f6da
commit 2cb5041524

View File

@ -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