turnbullpress / dockerbook-code

The code and configuration examples from The Docker Book (http://www.dockerbook.com)
927 stars 581 forks source link

Replace backtick notation for %x() for shell commands #1

Closed eshamow closed 10 years ago

eshamow commented 10 years ago

Ruby 1.9.3-p484, which is the default for Ubuntu 14.04, has some trouble with the backtick expansion when using the jamtur01/fetcher container. Switching for %x() is slightly cleaner and seems to resolve the problem.

eshamow commented 10 years ago

Gah bugs! Closing until I can fix.