instead of relying on shared folders, use docker api archive function. un tar is still a bit cumbersome, but works.
This commit is contained in:
@ -103,13 +103,13 @@ GEM
|
||||
debug_inspector (0.0.2)
|
||||
diff-lcs (1.2.5)
|
||||
docile (1.1.5)
|
||||
docker-api (1.21.1)
|
||||
docker-api (1.25.0)
|
||||
excon (>= 0.38.0)
|
||||
json
|
||||
erubis (2.7.0)
|
||||
eventmachine (1.0.8)
|
||||
eventmachine (1.0.8-java)
|
||||
excon (0.45.2)
|
||||
excon (0.45.4)
|
||||
execjs (2.5.2)
|
||||
factory_girl (4.5.0)
|
||||
activesupport (>= 3.0.0)
|
||||
@ -350,7 +350,7 @@ DEPENDENCIES
|
||||
concurrent-ruby (~> 1.0.0)
|
||||
concurrent-ruby-ext (~> 1.0.0)
|
||||
database_cleaner
|
||||
docker-api (~> 1.21.1)
|
||||
docker-api (~> 1.25.0)
|
||||
factory_girl_rails (~> 4.0)
|
||||
faye-websocket
|
||||
forgery
|
||||
|
Reference in New Issue
Block a user