Friday, August 4, 2017
Setup the event log folder as a share volume to docker container using boot2docker on Windows 7
Setup the event log folder as a share volume to docker container using boot2docker on Windows 7
To share the event log folder with a docker container, run:
> sudo docker -i -t --name=myContainer -v /c/Windows/Sysnative/winevt/Logs:/var/winevt ubuntu:14.04 /bin/bash
The "-v" command maps the "c:Windows/System32/winevt/Logs" to "/var/winevt" in the ubuntu container as a shared volume. Note that the default path such as "C:WindowsSystem32winevtLogs" will not work, has to be specified as "/c/Windows/Sysnative/winevt/Logs"
download file now
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.