17. April 2018 07:12
9. August 2018 13:47
$ResultingObject | where name -like ‘*de’ | select name | Out-GridView
$result = Invoke-WebRequest -Uri "https://registry.hub.docker.com/v2/repositories/microsoft/bcsandbox/tags/?page_size=250"
21. September 2018 09:23
bcinsider.azurecr.io/bconprem
bcinsider.azurecr.io/bconprem:de
bcinsider.azurecr.io/bconprem:at
bcinsider.azurecr.io/bconprem:ch
29. Oktober 2018 21:49
1. November 2018 14:47
1. Dezember 2018 21:52
25. Januar 2019 21:28
29. Januar 2019 10:33
30. Januar 2019 00:31
11. Februar 2019 17:47
5. Juni 2019 13:36
16. Juli 2019 00:28
27. Juli 2019 20:00
5. Dezember 2019 10:17
17. Februar 2020 20:22
18. Februar 2020 12:51
Kowa hat geschrieben:Aktuelle W10-Updates vertragen sich u.U. nicht mit älteren Containern.
hyperv isolation to the rescue!
26. Februar 2020 22:16
12. Mai 2020 11:27
13. Juli 2020 09:59
Download-Artifacts -artifactUrl (Get-BCArtifactUrl -country "de" -version "16.4" -type Sandbox) -includePlatform
New-BCContainer -containerName bc164de -artifactUrl (Get-BCArtifactUrl -country "de" -version "16.4") -accept_eula -includeAL -updateHosts -licenseFile C:\temp\license.flf -alwaysPull -auth UserPassword -Credential (get-credential -credential $env:USERNAME) -accept_outdated
Download-Artifacts -artifactUrl (Get-BCArtifactUrl -country "de" -version "15.9" -type OnPrem) -includePlatform
New-BCContainer -containerName bc159deonprm -artifactUrl (Get-BCArtifactUrl -country "de" -version "15.9" -type OnPrem) -accept_eula -includeAL -updateHosts -licenseFile C:\temp\license.flf -alwaysPull -auth UserPassword -Credential (get-credential -credential $env:USERNAME) -accept_outdated
Download-Artifacts -artifactUrl (Get-NAVArtifactUrl -country "de" -nav 2018 -cu 32) -includePlatform
New-NavContainer -containerName nav2018decu32 -artifactUrl (Get-NAVArtifactUrl -country "de" -nav 2018 -cu 32) -accept_eula -includeCSide -updateHosts -licenseFile C:\temp\license.flf -enableSymbolLoading -alwaysPull -doNotExportObjectsToText -auth Windows -Credential (get-credential -credential $env:USERNAME)
18. August 2020 13:13
31. August 2020 09:15
19. November 2020 21:52
10. Februar 2021 17:40
Nach 5 Wochen Schonfrist ist es nun so weit:Kowa hat geschrieben:Zum 02.01.21 werden alle dedizierten Images sämtlicher BC- und NAV-Versionen entfernt[…]
New-BcContainer -artifactUrl ($artifactUrl = Get-BCArtifactUrl -version 24 -country de -select Latest) -accept_eula -accept_outdated -alwaysPull -containerName bc24de -licenseFile C:\temp\docker.flf -includeAL -updateHosts -doNotExportObjectsToText -auth Windows -Credential (get-credential -credential $env:USERNAME)
New-BcContainer -artifactUrl ($artifactUrl = Get-BCArtifactUrl -version 24 -country de -select Latest) -accept_eula -accept_outdated -alwaysPull -containerName bc24de -includeAL -updateHosts -doNotExportObjectsToText -auth Windows -Credential (get-credential -credential $env:USERNAME)
New-BcContainer -artifactUrl ($artifactUrl = Get-BCArtifactUrl -version 20.4 -country de -select Latest) -accept_eula -accept_outdated -alwaysPull -containerName bc204de -licenseFile C:\temp\docker.flf -includeAL -updateHosts -doNotExportObjectsToText -auth Windows -Credential (get-credential -credential $env:USERNAME)
# Die Zeile
Get-BcArtifactUrl -type OnPrem -version 14 -country de -select Latest
# Zieht aktuell: https://bcartifacts.azureedge.net/onprem/14.39.49063.0/de
#
New-BcContainer -artifactUrl https://bcartifacts.azureedge.net/onprem/14.39.49063.0/de -accept_outdated -accept_eula -alwaysPull -containerName bc1439de -licenseFile C:\temp\docker.flf -includeAL -updateHosts -doNotExportObjectsToText -auth Windows -Credential (get-credential -credential $env:USERNAME)
Get-BcContainerEventLog -containerName mycontainername to retrieve a snapshot of the event log from the container
Get-BcContainerDebugInfo -containerName mycontainername to get debug information about the container
Enter-BcContainer -containerName mycontainername to open a PowerShell prompt inside the container
Remove-BcContainer -containerName mycontainername to remove the container again
docker logs mycontainername to retrieve information about URL's again