Alfresco Docker compose problem

cancel
Showing results for 
Search instead for 
Did you mean: 
tariskap
Customer

Alfresco Docker compose problem

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

3 Replies
cristinamr
Advanced

Re: Alfresco Docker compose problem

Hi!

Did you follow these steps?

Cheers,

Cris.

--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc
tariskap
Customer

Re: Alfresco Docker compose problem

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

sufo
Established Member II

Re: Alfresco Docker compose problem

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/