https://github.com/sevilayerkan/docker-helper
Makes using Docker easier
https://github.com/sevilayerkan/docker-helper
container containerization containers docker docker-build docker-image python
Last synced: over 1 year ago
JSON representation
Makes using Docker easier
- Host: GitHub
- URL: https://github.com/sevilayerkan/docker-helper
- Owner: sevilayerkan
- License: mit
- Created: 2022-08-18T10:08:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T03:12:58.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T14:06:40.936Z (over 1 year ago)
- Topics: container, containerization, containers, docker, docker-build, docker-image, python
- Language: Python
- Homepage:
- Size: 2.57 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker-Helper
## Project Details
🎯 This project's goal is helping people while using Docker and making to use Docker easier.
⏲️ Future plans about project is located in this [Figma chart](https://www.figma.com/file/WKvzRDvsGC6nt6C7pa1BJe/Docker-Helper-Final-EN?type=whiteboard&node-id=0%3A1&t=xUZBY3yUThE4YRfM-1).
## Installation
Make sure Python and pip is installed by using this commands in your command line
```bash
python --version
pip --version
```
If they are installed use this to install the requirements:
```bash
pip install -r requirements.txt
```
For run the script:
```bash
python main.py
```