如何有docker cp tabcompletion?

我想从我的docker容器复制一些文件到我的主机系统使用

docker cp container_id:/path/to/file/that/is/annoyingly/long/poit.foo ~/local/ 

我真的想在那里成为tabcompletion的path。 有没有办法实现它?