I am trying to set up a stack using a docker-compose.yml
file.
This includes build
instructions and not ready images.
However, when uploading the file I get a
Build not supported
error.
Is there a way to skip the need for pre-building images when setting up a stack via docker-compose
?
1 Like
Build support is somewhat limited. This is the only way we support remote building as part of compose:
http://rancher.com/docs/rancher/v1.6/en/cattle/rancher-compose/build/
xoroz
3
I tried using with rancher/server using cattle and I always get
Error (Build not supported)
I have not seen any updates for rancher/server using Docker Swarm in a long time…