sail icon indicating copy to clipboard operation
sail copied to clipboard

repo as filepath does not work with rm command

Open linux-china opened this issue 5 years ago • 0 comments

Now repo as filepath works for run, shell commands, but it does not support rm command.

$ sail run .
$ sail shell .
$ sail rm .

and error as following for rm command.

2019-09-19 14:25:51 ERROR	failed to remove .: failed to stop container .: Error response from daemon: page not found

linux-china avatar Sep 19 '19 21:09 linux-china