Matias De Carli

Results 7 issues of Matias De Carli

needs work

Hi guys! I've forked the task and added the -C option in order to make this work properly in my build process. I would like to know if this is...

I'm trying to create a brand new service inside a specific Stack, which is possible from the dashboard ![image](https://cloud.githubusercontent.com/assets/2442390/17412098/5deb8cbe-5a51-11e6-8743-ac19022f8607.png) Is there any way to achieve this very same thing from...

Rigth now there is a bug when trying to destroy images. Here is the problem ``` Chef::Log.debug("Destroying image: chef:#{container_name}") image = Docker::Image.get("chef:#{container_name}") image.delete ``` But in docker-api docs says that...

Bug
Waiting

Im having this issue, where the ENV vars declared before running the resource, are not taking into account when the command is excecuted. Here is the recipe ``` ENV['URL']="https://www.testurl.com" machine...

Bug
Waiting

Sometimes Im getting this error. ``` ================================================================================ Error executing action `converge` on resource 'machine[web27]' ================================================================================ Docker::Error::TimeoutError --------------------------- read timeout reached Resource Declaration: --------------------- # In /home/vagrant/cookbooks/murally/recipes/create_container.rb 4: machine "web27" do...

We're trying to avoid [this](https://github.com/bithavoc/express-winston/issues/175) error: ``` Exception: winston.Logger is not a constructor ``` Since version `3.0.0` of [`Winston`](https://github.com/winstonjs/winston) the API has changed. For a beginner is super important that...