Metadata-Version: 2.1
Name: donv
Version: 0.0.2
Summary: Easy setup for docker env.
Home-page: https://github.com/nemodleo/donv
Author: Hyun Park
Author-email: nemod.leo@snu.ac.kr
License: MIT
Keywords: alert slack cli
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: python-version (>="3.5")

# donv: docker-env
Easy setup for docker env.

## How to install

```
pip install docker-env
```

## How to donv use

0. Docker Info

    ```
    donv-info
    ```
    ```
    donvi
    ```

1. Docker Build

    ```
    donv-build
    ```
    ```
    donvb
    ```

2. Docker Run

    ```
    donv run --gpus 0,1,2,3,4,5,6,7 --name noname --rm
    ```
    ```
    donvr -g 0,1,2,3,4,5,6,7 -n noname -r
    ```

## How to build package.

```
python setup.py bdist_wheel && pip install -e .
twine upload dist/{generated dist file path}
```
