Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. docker run -p 6379:6379 --name myredis --restart always -d redis)
  2.  
  3. Unable to check availability for Windows feature *Hyper-V*: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: The specified module 'Dism' was not loaded because no valid module file was found in any module directory.
  4.  
  5. at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object[] parameters) in C:workspacesstable-18.09.xsrcgithub.comdockerpinatawinsrcDocker.CorepipeNamedPipeClient.cs:line 36
  6. at Docker.Actions.DoStart(SynchronizationContext syncCtx, Boolean showWelcomeWindow, Boolean executeAfterStartCleanup) in C:workspacesstable-18.09.xsrcgithub.comdockerpinatawinsrcDocker.WindowsActions.cs:line 92
  7. at Docker.Actions.<>c__DisplayClass19_0.<Start>b__0() in C:workspacesstable-18.09.xsrcgithub.comdockerpinatawinsrcDocker.WindowsActions.cs:line 74
  8. at Docker.WPF.TaskQueue.<>c__DisplayClass19_0.<.ctor>b__1() in C:workspacesstable-18.09.xsrcgithub.comdockerpinatawinsrcDocker.WPFTaskQueue.cs:line 59
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement