Giter VIP home page Giter VIP logo

Comments (2)

legal90 avatar legal90 commented on July 3, 2024

This is not an issue of vagrant-parallels because guest capabilities are bundled to the Vagrant core:
https://github.com/mitchellh/vagrant/blob/master/plugins/guests/tinycore/plugin.rb

Anyway, as I know, it's not possible to run Chef in Boot2Docker (or TinyCore Linux) since there is no such OS in the supported OS list:
https://github.com/chef/chef-rfc/blob/master/rfc021-platform-support-policy.md#tier-1-support

How can I use both chef_solo and docker?

If you really want to use Chef to provision your Docker host (e.q. the VM where your Docker containers are running), then I suggest you to use some other guest OS for it, Ubuntu 14.04 for example. Just replace the base box name:

default.vm.box = "parallels/ubuntu-14.04"

and remove(or comment) these lines:

default.ssh.username = "docker"
default.ssh.password = "tcuser"

from boot2docker-vagrant-box.

casertap avatar casertap commented on July 3, 2024

Ok thanks.
I can see on the documentations that I am not doing it right.
I am looking to setup a Ruby container that will run the script.
If it does not work, I will try to use a ubuntu box.
thanks.

from boot2docker-vagrant-box.

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.