Viewing profile — so0k
so0k
HN member- Joined
- Fri, Aug 29, 2014, 12:08 PM UTC
- HN karma
- 14
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About so0k
Recent public activity
-
comment
Comment #13234081
don't think there are other changes - https://github.com/docker-saigon/docker-saigon.github.io/com...
-
comment
Comment #13233845
Cool! thanks for info. I've added a link back to these comments to the blog source (haven't re-generated the static html yet though)
-
comment
Comment #13233383
yet it covers containerd ;)
-
comment
Comment #13233152
Good point, updated the title. Thanks for the comments (and yes it's almost a year ago I wrote this post)
-
comment
Comment #13233074
Totally agree, the post was written almost a year ago across 3 days while preparing a talk (see intro) and while still learning about Docker. Thanks for the feedback :)
-
comment
Comment #12740708
fyi, systemd had nspawn for kernel debugging before docker became a hype
-
comment
Comment #12740692
it would help these people to read http://docker-saigon.github.io/post/Docker-Caveats/
-
comment
Comment #11572601
if you want a more technical review of the Windows beta, read this: http://docker-saigon.github.io/post/Docker-Beta/ But note that beta 8 was released a few days after that review …
-
comment
Comment #11572589
if you want a more technical review of the Windows beta, read this: http://docker-saigon.github.io/post/Docker-Beta/ But note that beta 8 was released a few days after that review …
-
comment
Comment #11568108
if you want a more technical review of the Windows beta, read this: http://docker-saigon.github.io/post/Docker-Beta/ But note that beta 8 was released a few days after that review …
-
comment
Comment #11509863
true in the way that "you should watch out for these issues when you deploy Docker to production"? the creator himself and everyone agree that containers are a way forward, but you…
-
comment
Comment #11478129
it seems the original video submission was removed from HN, I was looking forward to an in-depth discussion of the issues raised as I think it is both funny and brilliant. I hoped …
- story
-
comment
Comment #11380013
for the HTML parsing - I was able to pass all the test cases using a stack (push the tags when they open and pop them as they close). I was doing zero validation as the challenge w…
-
comment
Comment #11359674
I've been running Docker on Hyper-V since the start (VBox never worked for me as I had a requirement on Hyper-V) - can you provide a little more info on how unikernel experience wa…
-
comment
Comment #11326939
or runC with CRIU support?
-
comment
Comment #11257838
after flappy bird, another display of great gamedev talent coming out of Hanoi, Vietnam
- story
- story
-
comment
Comment #10128298
except if you are half way and resize the window, then maximize - it fails (chrome on windows 10)
-
comment
Comment #9963195
agreed, I used a bash script based on glowmachine github repo[1], but switching to docker-compose made everything much easier - as long as you have the knowledge of the docker cli.…
-
comment
Comment #9939809
when was the last time there was a javascript meetup... unfortunately that seemed to have died down a bit now
-
comment
Comment #9939808
living in Saigon since 2006 to date and agree with jawngee.
-
comment
Comment #9939738
Been living in Saigon (legally) since 2006. Count me in the Saigon group. My wife is from Hanoi (where we met) and she moved to Saigon. The climate is much milder and the city has …
-
comment
Comment #9862030
we download to a folder on the docker build server and build docker containers from this cache. see here: http://stackoverflow.com/a/29936384/138469