rekcod icon indicating copy to clipboard operation
rekcod copied to clipboard

Docker version completely locks terminal when run without parameters

Open codefaux opened this issue 3 years ago • 0 comments

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 doesn't work but 'kill -9' does. -h crashes to "SyntaxError: Unexpected token F in JSON at position 0 at JSON.parse ()"

codefaux avatar Apr 03 '21 22:04 codefaux