Closed yahonda closed 7 years ago
@yahonda
Sorry, I missed pushing some files 🙇 Could you try again?
Thanks for the update. No need to say sorry.
I'm getting the same error somehow.
$ curl -sL https://github.com/mtsmfm/docker-rails-dev-box/raw/master/setup | bash
+ -z ''
bash: line 5: -z: command not found
+ mkdir -p .git/info
+ download docker-compose.yml
+ curl -sL https://github.com/mtsmfm/docker-rails-dev-box/raw//docker-compose.yml
+ download docker-sync.yml
+ curl -sL https://github.com/mtsmfm/docker-rails-dev-box/raw//docker-sync.yml
+ download Dockerfile
+ curl -sL https://github.com/mtsmfm/docker-rails-dev-box/raw//Dockerfile
+ download activerecord/test/config.yml
+ curl -sL https://github.com/mtsmfm/docker-rails-dev-box/raw//activerecord/test/config.yml
+ write_line .git/info/exclude /docker-compose.yml
+ touch .git/info/exclude
+ grep -xq /docker-compose.yml .git/info/exclude
+ write_line .git/info/exclude /docker-sync.yml
+ touch .git/info/exclude
+ grep -xq /docker-sync.yml .git/info/exclude
+ write_line .git/info/exclude /Dockerfile
+ touch .git/info/exclude
+ grep -xq /Dockerfile .git/info/exclude
+ docker volume create rails-rails-sync
rails-rails-sync
++ docker container create -v rails-rails-sync:/app_sync busybox
Unable to find image 'busybox:latest' locally
latest: Pulling from library/busybox
03b1be98f3f9: Pulling fs layer
03b1be98f3f9: Verifying Checksum
03b1be98f3f9: Download complete
03b1be98f3f9: Pull complete
Digest: sha256:99ccecf3da28a93c063d5dddcdf69aeed44826d0db219aabc3d5178d47649dfa
Status: Downloaded newer image for busybox:latest
+ container=0d07d7418358a45f0d41eb681545a12f909cb8502e76ec5486dc91d4c211a12e
+ docker cp . 0d07d7418358a45f0d41eb681545a12f909cb8502e76ec5486dc91d4c211a12e:/app_sync
+ docker container rm 0d07d7418358a45f0d41eb681545a12f909cb8502e76ec5486dc91d4c211a12e
0d07d7418358a45f0d41eb681545a12f909cb8502e76ec5486dc91d4c211a12e
+ docker-sync start
error undefined method `key?' for "Not Found":String
$
Recently, macOS has been updated to High Sierra 17A362a.
@yahonda I noticed some mistakes so I fixed and introduced CI (#3) I hope it will work well now!
Thanks for the update. Now it is working fine.
Thank you for your help. Closing it.
I've been looking for something like rails-dev-box on Docker, not using Vagrant and found this repository. Thanks for the information at RubyKaigi in Hiroshima.
I'm getting
error undefined method
key?' for "Not Found":String` as follows.Here are required software versions.