-
Notifications
You must be signed in to change notification settings - Fork 12
Description
What I am trying to do
Deploy Docker Swarm with Codefresh
I am following these step: https://codefresh.io/docs/docs/deploy-your-containers/docker-swarm/
A bit more background info
I am using a sample Ruby on Rails 5 app (create with rails new ...etc
)
because I am trying if codefresh work for me. if it doesn't, I am gonna use Buddy
I am trying to build a CI/CD workflow with Github -> CodeFresh -> Docker Swarm(it run on my Azure machine)
What actually happen
Error message: unsupported Compose file version: 3.4
codefresh.yml
the point here is I am using codefresh/remote-docker
image.
I know the - docker info
and - rdocker help
doesn't work, I already remove them. I am just trying to debug issue with these 2 line.
docker-stack.yml
the screenshot here showing 3.7 but previous image showing 3.4 because I take screenshot after create this issue, I can't find that 3.7 error log. so I just screenshot that 3.4 error as example
both version 3.4
and version 3.7
not working
I guess you guys are focusing on Kubenetes?
I am trying to deploy with Docker swarm.