Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/touero/easier-docker
A module for Python that facilitates easier usage of Docker in Python.
https://github.com/touero/easier-docker
docker docker-container docker-image dockerfile pip python python-docker
Last synced: 1 day ago
JSON representation
A module for Python that facilitates easier usage of Docker in Python.
- Host: GitHub
- URL: https://github.com/touero/easier-docker
- Owner: touero
- License: apache-2.0
- Created: 2023-11-23T03:51:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-25T03:51:00.000Z (5 months ago)
- Last Synced: 2024-10-29T20:33:43.407Z (3 months ago)
- Topics: docker, docker-container, docker-image, dockerfile, pip, python, python-docker
- Language: Python
- Homepage:
- Size: 740 KB
- Stars: 147
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easier-docker
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/easier-docker)
![Static Badge](https://img.shields.io/badge/-docker-grey?logo=docker)
![GitHub License](https://img.shields.io/github/license/touero/easier-docker)
![PyPI - License](https://img.shields.io/pypi/l/easier-docker)
![PyPI - Downloads](https://img.shields.io/pypi/dm/easier-docker)
![GitHub last commit](https://img.shields.io/github/last-commit/touero/easier-docker)
[![Upload Package To PyPI](https://github.com/touero/easier-docker/actions/workflows/python-publish.yml/badge.svg?branch=master)](https://github.com/touero/easier-docker/actions/workflows/python-publish.yml)## Repository Introduction
This is based on [docker-py](https://github.com/docker/docker-py?tab=readme-ov-file) which makes it easier to run your program in docker.
Configure your container image information more easily in python, allowing the container in docker to execute the configured program you want to execute.## Install
```bash
pip install easier-docker
```## Usage
Please check [wiki](https://github.com/touero/easier-docker/wiki).## Related
### Repository
[docker-py](https://github.com/docker/docker-py) — A Python library for the Docker Engine API.### Materials
[Docker SDK for Python](https://docker-py.readthedocs.io/en/stable/)### Repository Used Example
[opsariichthys-bidens](https://github.com/weiensong/opsariichthys-bidens) — About
Building a Basic Information API for Chinese National Universities in the Handheld College Entrance Examination Based on Fastapi.## Maintainers
[@touero](https://github.com/touero)## Contributing
[Open an issue](https://github.com/weiensong/easier_docker/issues) or submit PRs to git branch `develop`.Standard Python follows the [Python PEP-8](https://peps.python.org/pep-0008/) Code of Conduct.
### Contributors
This project exists thanks to all the people who contribute.## License
[Apache License 2.0](https://github.com/weiensong/easier-docker/blob/master/LICENSE)