I am trying to create a container of bc180 in docker but getting this error anybody have any solutions for this.
I am trying to create a container of bc180 in docker but getting this error anybody have any solutions for this.
It is already disable any other idea?
Then try disabling Bitlocker on your machine.
Go to 'Start' -> 'Manage Bitlocker' then disable for C:\
After the process is completed on your Laptop / PC, restart your machine and then try running the Powershell command again for new BC artifact to be downloaded.
Hi
Already tried with disabling windows defender and running power shell as administrator but getting same error,
Also 250 gb available on my machine
Hi Salba,
You're using docker, but the problem shown in the error seems to be linked with two cases:
1. Either your laptop has security on disks or is not allowing / secured enough to create virtual spaces. You'll need to again try executing this using Administrator rights on PowerShell.
2. Also answer on how much memory do you have in the machine?
Workaround:
1, Try stopping any Windows firewall or Defender you have on your laptop and then execute the command. See if it helps.
I am using Docker.
It could be a permission isssue on your computer.
Are you using Bitlocker on your computer?
There are some know issues when it comes to Bitlocker and Docker.
Hi
I always use below command to create the container with Latest BC image. you can try this as well.
install-module bccontainerhelper -force
$artifactUrl = Get-BcArtifactUrl -type sandbox -country us -select latest
New-BCContainer -accept_eula -containerName newTestBC -artifactUrl $artifactUrl
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156