docs: readme
This commit is contained in:
@@ -10,4 +10,5 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|||||||
|
|
||||||
USER vscode
|
USER vscode
|
||||||
RUN curl --proto '=https' --tlsv1.2 -sSf curl https://sh.rustup.rs | sh -s -- -y
|
RUN curl --proto '=https' --tlsv1.2 -sSf curl https://sh.rustup.rs | sh -s -- -y
|
||||||
|
# RUN rustup target add x86_64-unknown-linux-musl
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
+ devcontainer updated, [3bde4f5629539cab3dbb57556663ab81685f9d7a]
|
+ devcontainer updated, [3bde4f5629539cab3dbb57556663ab81685f9d7a]
|
||||||
+ Use Binate value to enable two cycles of cpu/mem update to be executed (for each container) at the same time, refactor hashmap spawn sinsertions, [7ec58e79a1316ad1f7e50a2781dea0fe8422c588]
|
+ Use Binate enum to enable two cycles of cpu/mem update to be executed (for each container) at the same time, refactor hashmap spawn insertions, [7ec58e79a1316ad1f7e50a2781dea0fe8422c588]
|
||||||
|
|
||||||
### Refactors
|
### Refactors
|
||||||
+ improved way to remove leading '/' of container name, [832e9782d7765872cbb84df6b3703fc08cb353c9]
|
+ improved way to remove leading '/' of container name, [832e9782d7765872cbb84df6b3703fc08cb353c9]
|
||||||
|
|||||||
@@ -22,14 +22,14 @@
|
|||||||
|
|
||||||
## Run via Docker
|
## 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`
|
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`
|
`docker run --rm -it --volume /var/run/docker.sock:/var/run/docker.sock:ro mrjackwills/oxker:latest`
|
||||||
|
|
||||||
|
|
||||||
## Download & install
|
## Download & install
|
||||||
|
|
||||||
Now published on <a href='https://www.crates.io/crates/oxker' target='_blank' rel='noopener noreferrer'>crates.io</a>, so if you have cargo installed, simply run
|
Published on <a href='https://www.crates.io/crates/oxker' target='_blank' rel='noopener noreferrer'>crates.io</a>, so if you have cargo installed, simply run
|
||||||
|
|
||||||
```cargo install oxker```
|
```cargo install oxker```
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
# Without this sleep, the docker image will instantly close
|
||||||
# No idea why this is solving my issue, or even where the issue is originally coming from
|
# No idea why this is solving my issue, or even where the issue is originally coming from
|
||||||
sleep .1
|
sleep .1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user