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

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

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