Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/instapy/instapy-docker
- Owner: InstaPy
- License: gpl-3.0
- Created: 2019-01-25T11:53:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T08:36:30.000Z (over 1 year ago)
- Last Synced: 2024-12-04T15:51:04.614Z (19 days ago)
- Topics: docker, docker-compose, documentation, instapy, setup
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 188
- Watchers: 20
- Forks: 80
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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-composeBoth 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)