feat: self containerisation

Build oxker images, for x86, arm64v8, and armv6, and publish to Docker Hub
This commit is contained in:
Jack Wills
2022-09-05 22:05:24 +00:00
parent ed80a58fee
commit c2910aaef3
7 changed files with 120 additions and 48 deletions
+7 -1
View File
@@ -1,5 +1,5 @@
<p align="center">
<img src='./.github/logo.svg' width='125px'/>
<img src='./.github/logo.svg' width='100px'/>
</p>
<p align="center">
@@ -20,6 +20,12 @@
</a>
</p>
## Run via Docker
Now published on <a href='https://hub.docker.com/r/mrjackwills/oxker' target='_blank' rel='noopener noreferrer'>Docker Hub</a>, with images built for `linux/amd64`, `linux/arm64v8`, and `linux/armv6`
`docker run --rm -it --volume /var/run/docker.sock:/var/run/docker.sock:ro mrjackwills/oxker:latest`
## Download & install