Skip to content

Commit

Permalink
Add basic docs for Docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Jul 19, 2023
1 parent 4b42c1a commit 2b5bfbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,14 @@ Then you can either use pip or setuptools.

2. Run `bash pip_install.sh` or `pip_install.bat` (windows) from the following directory digitalbuildings/tools.

### Docker

1. Install [Docker Desktop](https://docs.docker.com/desktop/)
2. Run `./tools/docker_run.sh` to build the docker image.
3. All tools can now be called by passing the tool name and arguments to `./tools/docker_run.sh`, for example, to run ABEL:
```
$ ./tools/docker_run.sh abel
```

### Setup (to be deprecated)

Expand Down

0 comments on commit 2b5bfbb

Please sign in to comment.