Skip to content

Commit 9bc2bdb

Browse files
committed
Add PyPI install instructions
1 parent 55fdc54 commit 9bc2bdb

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.11"]
14+
python-version: ["3.11", "3.12"]
1515

1616
steps:
1717
- uses: actions/checkout@v4

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Docker images from within the host operating system without incurring the overhe
44

55
This tool relies on some potentially unstable docker implementation details, and may break in future Docker versions!
66

7+
## Installation
8+
9+
This tool can be installed from PyPI using:
10+
11+
```bash
12+
pip install docker-mounter
13+
```
14+
15+
Alternatively, the tool can be installed from source using:
16+
17+
```bash
18+
poetry install
19+
```
20+
721
## Compatibility
822
Due to use of overlay2, tool is only compatible with Linux 3.19+.
923

0 commit comments

Comments
 (0)