Get boot2docker working with nfs instead of vboxsf.
Tested on:
- Boot2Docker-cli version: v1.6.0
Git commit: 9894ae9
- Boot2Docker-cli version: v1.6.2
Git commit: cb2c3bc
| # frozen_string_literal: true | |
| source "https://rubygems.org" | |
| git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } | |
| gem 'liquid' | |
| gem 'ruby-handlebars' |
Get boot2docker working with nfs instead of vboxsf.
Tested on:
- Boot2Docker-cli version: v1.6.0
Git commit: 9894ae9
- Boot2Docker-cli version: v1.6.2
Git commit: cb2c3bc
| <% | |
| require 'cgi' | |
| require 'uri' | |
| begin | |
| uri = URI.parse(ENV["DATABASE_URL"]) | |
| rescue URI::InvalidURIError | |
| raise "Invalid DATABASE_URL" | |
| end |
| # The container includes: | |
| # | |
| # azukiapp/ruby: | |
| # * MRI Ruby 2.1.4 | |
| # * Bundler | |
| # * Image Magick | |
| # | |
| FROM azukiapp/node | |
| MAINTAINER Azuki <[email protected]> |
| /** | |
| * Documentation: http://docs.azk.io/Azkfile.js | |
| */ | |
| // Adds the systems that shape your system | |
| systems({ | |
| magnetis: { | |
| // Dependent systems | |
| depends: ["postgres", "redis", "elasticsearch"], | |
| // More images: http://images.azk.io |