Georgios Liargkovas

Results 3 comments of Georgios Liargkovas

@mgree @angelhof this is ready for review

It seems like reusing overlay directories does not currently work: ```ShellSession $ mkdir foo $ try -D foo "echo foo > file.txt" Warning: Failed mounting /proj as an overlay, see...

This issue can be solved by using `mkdir -p`. Not sure yet about other side effects of this.