diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ec4c2ab..1d4cc62 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -19,7 +19,6 @@ "mounts": [ "source=/etc/timezone,target=/etc/timezone,type=bind,readonly", "source=/ramdrive,target=/ramdrive,type=bind", - "source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,readonly", "source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly", "source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly", ], diff --git a/README.md b/README.md index f3c69ff..ae524e6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ See 0]```| set the update interval for docker information, is ms | +|```-d [number > 0]```| set the update interval for docker information, in ms | |```-r```| Show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) | |```-c```| Attempt to color the logs (conflicts with -r) | |```-t```| Remove timestamps from each log entry |