Skip to content

Commit

Permalink
Update Readme for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma committed Apr 21, 2021
1 parent 8ed0637 commit ea4bab3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,20 @@ It is build with modules for each provider and each functionality. As of April 2
## Installation

### Docker
To build Docker image run
Pull Nebula Docker image:

```
docker pull gl4ssesbo1/nebula:latest
```
or if you want to build Docker image locally run:

```
docker build -t nebula .
docker build -t nebula:latest .
```
and then run main.py through:
and then run main.py through:docker run -v nebula-ps:/app -ti nebula:latest main.py

```
docker run -v nebula-ps:/app -ti nebula main.py
docker run -v nebula-ps:/app -ti nebula:latest main.py
```

Nebula is coded in python3.8 and tested on python3.8 and 3.9. It uses boto3 library to access AWS. To install, just install python 3.8+ and install libraries required from *requirements.txt*
Expand Down

0 comments on commit ea4bab3

Please sign in to comment.