Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Building image ``` cd safaribooks docker build . -t safaribooks ``` ## Usage ``` mkdir -p Books docker run --rm -v $(pwd)/Books:/app/Books safaribooks --cred "[email protected]:MyPassword1!" 9781491958698 ```
- Loading branch information