02-16-2021 10:15 AM
Hello,
I'm trying to install alfresco using docker on Windows Server 2019 system, but after running "docker-compose up" I get the following error.
Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/
Creating volume "alfresco_docker_shared-file-store-volume" with default driver
ERROR: create alfresco_docker_shared-file-store-volume: options are not supported on this platform
I didn't change anything in the docker-compose.yml file, just downloaded it from github. Can I fix this somehow?
Thanks
02-16-2021 10:27 AM
02-16-2021 10:40 AM
HI,
No, I followed the steps described in Deploy section on this link provided to me by Technical support earlier.
I will try the steps from your link.
Thanks
02-17-2021 06:15 PM
It's because at the endof your copmose file is this section:
volumes: shared-file-store-volume: driver_opts: type: tmpfs device: tmpfs
Seems that tmpfs is causing problem but it doesn't work only on Windows containers http://docs.docker.oeynet.com/engine/admin/volumes/tmpfs/#differences-between---tmpfs-and---mount-be....
Are you 100% sure that you have Docker configured on Windows Server 2019 to run Linux containers?
https://bcthomas.com/2019/02/getting-started-with-linux-containers-on-windows-server-2019/
https://computingforgeeks.com/how-to-run-docker-containers-on-windows-server-2019/
Explore our Alfresco products with the links below. Use labels to filter content by product module.