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

Docker failed when creating BC19 container #507

Closed
Hofschn8 opened this issue Oct 14, 2021 · 1 comment
Closed

Docker failed when creating BC19 container #507

Hofschn8 opened this issue Oct 14, 2021 · 1 comment

Comments

@Hofschn8
Copy link

created following script with BC Container Wizard:

$containerName = 'bc19'
$password =
$securePassword = ConvertTo-SecureString -String $password -AsPlainText -Force
$credential = New-Object pscredential 'admin', $securePassword
$auth = 'UserPassword'
$artifactUrl = Get-BcArtifactUrl -type 'OnPrem' -version '19.0' -country 'at' -select 'Latest'
$licenseFile =
New-BcContainer -accept_eula
-containerName $containerName -credential $credential
-auth $auth -artifactUrl $artifactUrl
-imageName 'n' -licenseFile $licenseFile
-memoryLimit 16G -includeAL
-vsixFile (Get-LatestAlLanguageExtensionUrl) `
-updateHosts

image

Can anybody help?

@freddydk
Copy link
Contributor

This is a duplicate of this one microsoft/navcontainerhelper#2086

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

2 participants