Code Monkey home page Code Monkey logo

Comments (9)

vcoisne avatar vcoisne commented on August 28, 2024

@fthamura we have moved the tutorial to https://github.com/docker/docker-birthday-3 and fixed a number of issues. Do you still get the same error ?

from community.

nullck avatar nullck commented on August 28, 2024

I have the same error here

from community.

nullck avatar nullck commented on August 28, 2024

thiagofrancisco➜Dropbox/meetup_docker/voting-app» docker-compose up -d . [21:10:50]
Unsupported config option for services service: 'worker'

from community.

ManoMarks avatar ManoMarks commented on August 28, 2024

@nullck please stop using this code. Go over to: https://github.com/docker/docker-birthday-3 and clone that repo separately. Then try it from there instead.

from community.

dbaktiar avatar dbaktiar commented on August 28, 2024

Hi @ManoMarks, I setup an Ubuntu Wily box from scratch, and still get this error. Likely this is because of the docker-compose version that comes with Ubuntu repository is a bit outdated. However, the default comes from the Ubuntu Wily repo is still pointing to docker-compose 1.3.1.
In my Windows toolbox, it is 1.6.2, and it works nicely.

from community.

dbaktiar avatar dbaktiar commented on August 28, 2024

Hi guys, if you still having this problem and running on Ubuntu, follow this instruction:
https://docs.docker.com/compose/install/

from community.

dbaktiar avatar dbaktiar commented on August 28, 2024

For Ubuntu users with wrong docker-compose version:
$ sudo apt-get remove docker-compose
$ wget https://github.com/docker/compose/releases/1.6.2/docker-compose-Linux-x86_64
$ mv docker-compose-Linux-x86_64 docker-compose
$ chmod +x docker-compose
$ sudo chown root:root docker-compose
$ sudo mv docker-compose /usr/local/bin/

Need to change x86_64 to something else 'uname -m' for 32 bit Ubuntus.

from community.

nullck avatar nullck commented on August 28, 2024

@ManoMarks thanks for your answer, I found my mistake here, I was using the old version of docker toolbox, now after I installed the last version 1.10.3 it's working like expected.

from community.

alisonalonso avatar alisonalonso commented on August 28, 2024

Thanks @dbaktiar

from community.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.