We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fdc54 commit 9bc2bdbCopy full SHA for 9bc2bdb
2 files changed
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.11"]
+ python-version: ["3.11", "3.12"]
15
16
steps:
17
- uses: actions/checkout@v4
README.md
@@ -4,6 +4,20 @@ Docker images from within the host operating system without incurring the overhe
4
5
This tool relies on some potentially unstable docker implementation details, and may break in future Docker versions!
6
7
+## Installation
8
+
9
+This tool can be installed from PyPI using:
10
+```bash
+pip install docker-mounter
+```
+Alternatively, the tool can be installed from source using:
18
+poetry install
19
20
21
## Compatibility
22
Due to use of overlay2, tool is only compatible with Linux 3.19+.
23
0 commit comments