Comment on Show HN: Bocker – Docker implemented in 100 lines of bashparentComments−inopinatus11yIf my dry read of the code is correct, that line is for the "bocker ps" routine to be able to print the command later.The run command itself is executed next, inside of ip netns exec.−spydum11yAhhh, no.. I was looking at line 57 and somehow missed the actual call to $2 on 59. Clear as a bell now
Comments
If my dry read of the code is correct, that line is for the "bocker ps" routine to be able to print the command later.
The run command itself is executed next, inside of ip netns exec.
Ahhh, no.. I was looking at line 57 and somehow missed the actual call to $2 on 59. Clear as a bell now