Viewing profile — silvamerica
silvamerica
HN member- Joined
- Wed, Oct 07, 2015, 5:02 PM UTC
- HN karma
- 6
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About silvamerica
No profile information was provided.
Recent public activity
-
comment
Comment #11354801
Will there be an easy way to switch / upgrade from docker-machine with vbox without having to recreate all of my images and containers over again? I know it's a small thing, but it…
-
comment
Comment #10351252
That looks like a great way to handle it!
-
comment
Comment #10349706
Yes, I'm looking forward to it! It will still be a little ways off before we can use it with Compose, however.
-
comment
Comment #10349270
That's correct. You build the image and then run (from inside a container) bundle install . This mapped well with our current flow, where you need to run bundle install after fetch…
-
comment
Comment #10349249
It seems to me that .local is reserved for purposes within a local network, not necessarily local to an individual computer itself. You could, for example, set up an internal serve…
-
comment
Comment #10349238
That's a fair point. I had been using .dev for this purpose for years, and just applied it to this project out of habit. It still doesn't fully resolve to anything from Google, but…
-
comment
Comment #10347851
Thanks! We looked at the approach of adding a Gemfile.tip, however we like the data volume approach because it doesn't require any changes to the Dockerfile and it is more like wha…
-
comment
Comment #10347269
Thanks! We experienced that exact same pain. Whether it's pip or Bundler, I can't tell you how many times I've installed and reinstalled requirements. Sharing data volumes is kind …
-
comment
Comment #10347240
As Devin said, we're using Mesos, Marathon, and Chronos, but we're pretty excited about Kubernetes too. The networking layer, in particular, seems very innovative.