Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throws Error on Install #81

Open
ghost opened this issue Dec 4, 2020 · 0 comments
Open

Throws Error on Install #81

ghost opened this issue Dec 4, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 4, 2020

When Running below command in docker container.

RUN Install-Package -Name docker -ProviderName DockerMsftProvider -Verbose -Force

Results shows Error Below:

VERBOSE: Created 'C:\Program Files\docker\cli-plugins\docker-app.exe'.
VERBOSE: Created 'C:\Program Files\docker\cli-plugins\docker-cluster.exe'.
VERBOSE: Trying to enable the docker service...
VERBOSE: Removing the archive:
C:\Users\ContainerAdministrator\AppData\Local\Temp\DockerMsftProvider\Docker-19
-03-13.zip
WARNING: A restart is required to enable the containers feature. Please restart
your machine.
Install-Package : The request to add or remove features on the specified
server failed.
Installation of one or more roles, role services, or features failed.
The source files could not be found.
Use the "Source" option to specify the location of the files that are required
to restore the feature. For more information on specifying a source location,
see http://go.microsoft.com/fwlink/?LinkId=243077. Error: 0x800f081f
At line:1 char:1

  • Install-Package -Name docker -ProviderName DockerMsftProvider -Verbos ...
  •   + CategoryInfo          : InvalidOperation: (@{Vhd=; Credent...Name=localh
     ost}:String) [Install-Package], Exception
      + FullyQualifiedErrorId : DISMAPI_Error__Failed_To_Enable_Updates,Microsof
     t.Windows.ServerManager.Commands.AddWindowsFeatureCommand,Microsoft.PowerS
    hell.PackageManagement.Cmdlets.InstallPackage
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants