You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.
Worked for me on Docker Toolbox and Docker for Windows:
...
List binds = new ArrayList<>();
binds.add("//c/Users:/logs");
Map<String, Object> volumes = new HashMap<>();
volumes.put("/logs", null);
HostConfig hostConfig = new HostConfig();
hostConfig.setBinds(binds);
Can you create a container with shared folders between host and container?
Thank you
The text was updated successfully, but these errors were encountered: