File tree Expand file tree Collapse file tree 3 files changed +128
-105
lines changed Expand file tree Collapse file tree 3 files changed +128
-105
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " fixed" ,
3
+ "description" : " fixed remote docker data volume paths on windows" ,
4
+ "issues" : [1081 ]
5
+ }
Original file line number Diff line number Diff line change @@ -445,9 +445,9 @@ pub fn create_persistent_volume(
445
445
docker. run_and_get_status ( msg_info, true ) ?;
446
446
447
447
let data_volume = docker:: ContainerDataVolume :: new ( engine, & container_id, & dirs) ;
448
- data_volume. copy_xargo ( mount_prefix. as_ref ( ) , msg_info) ?;
449
- data_volume. copy_cargo ( mount_prefix. as_ref ( ) , copy_registry, msg_info) ?;
450
- data_volume. copy_rust ( None , mount_prefix. as_ref ( ) , msg_info) ?;
448
+ data_volume. copy_xargo ( mount_prefix, msg_info) ?;
449
+ data_volume. copy_cargo ( mount_prefix, copy_registry, msg_info) ?;
450
+ data_volume. copy_rust ( None , mount_prefix, msg_info) ?;
451
451
452
452
docker:: ChildContainer :: finish_static ( is_tty, msg_info) ;
453
453
You can’t perform that action at this time.
0 commit comments