Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/instapy/instapy-docker

🐳 Docker config and documentation for running InstaPy with Docker
https://github.com/instapy/instapy-docker

docker docker-compose documentation instapy setup

Last synced: 5 days ago
JSON representation

🐳 Docker config and documentation for running InstaPy with Docker

Awesome Lists containing this project

README

        

# InstaPy-Docker 🐳
[![MIT license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://github.com/timgrossmann/InstaPy/blob/master/LICENSE)
[![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/instapy/instapy.svg)](https://hub.docker.com/r/instapy/instapy/builds)
[![Docker Pulls](https://img.shields.io/docker/pulls/instapy/instapy.svg)](https://hub.docker.com/r/instapy/instapy)
[![Backers on Open Collective](https://opencollective.com/instapy/backers/badge.svg)](https://github.com/timgrossmann/InstaPy#backers)
[![Sponsors on Open Collective](https://opencollective.com/instapy/sponsors/badge.svg)](https://github.com/timgrossmann/InstaPy#sponsors)
[![Discord](https://img.shields.io/discord/510385886869979136.svg)](https://discord.gg/FDETsht)

#### Table of contents
- [Presentation](#presentation)
- [InstaPy documentation](#instapy-documentation)
- [Guides and documenation](#guides-and-documentation)
- [Running InstaPy with docker](https://github.com/InstaPy/instapy-docker/blob/master/documentation/docker.md)
- [Running InstaPy with docker-compose](https://github.com/InstaPy/instapy-docker/blob/master/documentation/docker-compose.md)

---

## Presentation
This is the docker version of [InstaPy](https://github.com/timgrossmann/InstaPy) which is declined in two categories:
- docker
- docker-compose

Both version used the same docker image hosted by the Docker Hub registry. We want to propose these two approaches, depending of everyone's preferences.

Tags used by image always refers to the corresponding version of InstaPy. Example: `instapy:0.6.1` is for InstaPy released version `0.6.1`.

The `latest`tag refers to the latest released version of InstaPy

## InstaPy documentation
As mentioned above, docker image of InstaPy is built upon InstaPy released version. So, please always look first at InstaPy official repository documentation or issues. Someone else may have the same issue or question as yours!
Otherwise, you could open an issue on this repo or ask for help on Discord on the dedicated channel #docker.

Some helpful links:
- [InstaPy full documentation](https://instapy.org)
- [InstaPy repository](https://github.com/timgrossmann/InstaPy)
- [InstaPy Quickstart repository](https://github.com/InstaPy/instapy-quickstart)
- [How to contribute to InstaPy](https://github.com/InstaPy/instapy-docs)

## Guides and documentation

- [Running InstaPy with docker](https://github.com/Herrox/instapy-docker/blob/master/documentation/docker.md)
- [Running InstaPy with docker-compose](https://github.com/Herrox/instapy-docker/blob/master/documentation/docker-compose.md)