feat: self containerisation
Build oxker images, for x86, arm64v8, and armv6, and publish to Docker Hub
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user