Viewing profile — fabiokung
fabiokung
HN member- Joined
- Fri, Apr 26, 2013, 9:06 PM UTC
- HN karma
- 8
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About fabiokung
Recent public activity
-
comment
Comment #7912741
Great response. "..., or ideally don't grant root access to the application." +1
-
comment
Comment #7401174
It's possible, but only part of a possible solution. Those tools still would need a (standard) place to read cgroup specific data from inside the container.
-
comment
Comment #5646927
Heroku engineer here. Thanks for the suggestion, we will definitely consider it in the future. Meanwhile, there is an add-on that does exactly this: https://addons.heroku.com/proxi…
-
comment
Comment #5646902
It is still abstracted, nothing changes from the point of view of most applications. It just opens more possibilities and increases the isolation.
-
comment
Comment #5646898
Not all services support unix domain sockets. It's one more option on the table, but I agree that domain sockets should be favored in most cases.
-
comment
Comment #5615496
`heroku run bash` is still the best option, but I've always wanted to ssh into heroku dynos myself, so I did this: https://github.com/fabiokung/heroku-ssh