rekcod
rekcod copied to clipboard
docker inspect :mag: → docker run :runner:
When running this ``` docker run --rm -v /var/run/docker.sock:/var/run/docker.sock nexdrew/rekcod something ``` the response is: ``` standard_init_linux.go:211: exec user process caused "exec format error" ```
``` $ docker run -d --name with-mount --rm --mount type=bind,source=/tmp,target=/my_tmp alpine sleep 100 $ rekcod with-mount docker run --name with-mount --runtime runc --restart no -h 48d4cf4d05db -e 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' -d alpine...
It would be nice if the readme had a section comparing this tool with [runlike](https://github.com/lavie/runlike/). At first glance they seem to do about the same thing.
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 8.0.2 to 9.3.1. Release notes Sourced from standard-version's releases. standard-version v9.3.1 Bug Fixes updater: npm7 package lock's inner version not being updated (#713) (a316dd0) standard-version v9.3.0 Features...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
I love this project! Hadn't actually tried out the commands it generates yet, but if it works as expected it'll be a life-saver for me. I have a question though...
``` alias rekcod='docker run --rm -i -v /var/run/docker.sock:/var/run/docker.sock nexdrew/rekcod' [root@monster ~]# rekcod ``` It never comes back. Can't seem to disconnect it. Throwing a 'kill' at the spawned docker process...
Using docker ( alias rekcod='docker run --name rekcod --rm -i -v /var/run/docker.sock:/var/run/docker.sock nexdrew/rekcod' ) on a container created by Portainer (likely not relevant?) it fails to recover specified IP addresses....
When I run the alias/docker command I get the following error message: Error response from daemon: client version 1.40 is too new. Maximum supported API version is 1.39 Running on...
Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 16.0.3. Changelog Sourced from standard's changelog. [16.0.3] - 2020-11-17 Update eslint from ~7.12.1 to ~7.13.0 Relax rule: Enforce default parameters to be last #1414 [16.0.2]...