Coder Social home page Coder Social logo

Comments (3)

cdarwin avatar cdarwin commented on August 30, 2024

At the time of writing the compose-ng formula, we were relying on the dockerio salt modules/states. A bit confusing, I suppose… I will add this caveat to the documentation initially and try to update the formula when I get a chance.

from docker-formula.

noelmcloughlin avatar noelmcloughlin commented on August 30, 2024

Hi @davidcodesido @cdarwin
I have tested compose-ng recently and it used lxc-docker-1.6.2 until I figured out pillar data was the issue. I've raised two PR, #135 and #137 to improve the situation. More extensive examples in README and pillar.example of compose user case would still be nice.

from docker-formula.

noelmcloughlin avatar noelmcloughlin commented on August 30, 2024

This is actually yaml idiosyncrasy according to saltstack documentation:

To ensure the object becomes a string, it should be surrounded by quotes. More information here.

The `pillar.example' has updated examples wrapped in quotes.

  compose:
    registry-datastore:
      dvc: True
      # image: &registry_image 'docker.io/registry:latest'  {#Fedora #}
      image: &registry_image 'registry:latest'  {# ubuntu/suse #}

<cut>

 nginx-latest:
      #image: 'docker.io/nginx:latest'  {# Fedora #}
      image: 'nginx:latest'     {# ubuntu/suse #}

I have been caught by this issue in the past.

from docker-formula.

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.