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
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
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/
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.