Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added basic docker support #1027

Merged
merged 1 commit into from Jun 17, 2015
Merged

added basic docker support #1027

merged 1 commit into from Jun 17, 2015

Conversation

umiddelb
Copy link

as discussed here

@pelwell
Copy link
Contributor

pelwell commented Jun 17, 2015

Running free -h and nbench before:

$ free -h
             total       used       free     shared    buffers     cached
Mem:          736M        43M       693M         0B        20K        17M
-/+ buffers/cache:        25M       711M
Swap:          99M         0B        99M
$ time ./nbench
...
real    4m16.786s
user    4m16.430s
sys     0m0.090s
$ free -h
             total       used       free     shared    buffers     cached
Mem:          736M        43M       693M         0B        20K        18M
-/+ buffers/cache:        24M       711M
Swap:          99M         0B        99M

and after:

$ free -h
             total       used       free     shared    buffers     cached
Mem:          736M        42M       694M         0B        20K        18M
-/+ buffers/cache:        24M       712M
Swap:          99M         0B        99M
$ time ./nbench
real    4m15.989s
user    4m15.560s
sys     0m0.100s
$ free -h
             total       used       free     shared    buffers     cached
Mem:          736M        43M       693M         0B        20K        18M
-/+ buffers/cache:        24M       712M
Swap:          99M         0B        99M

merging the PR, so a very small performance loss and no real change in free space.

popcornmix added a commit that referenced this pull request Jun 17, 2015
@popcornmix popcornmix merged commit 60d279d into raspberrypi:rpi-3.18.y Jun 17, 2015
@DieterReuter
Copy link

Well done, @umiddelb!

@djmaze
Copy link

djmaze commented Jun 17, 2015

Thanks! That finally means Docker for everybody ;)

@chris-kobrzak
Copy link

Fantastic news, huge thanks to everyone involved!

@umiddelb
Copy link
Author

@popcornmix @pelwell How can I see, if the default raspbian image will be shipped with this or a newer kernel version?

@popcornmix
Copy link
Collaborator

The raspbian download has a release date (https://www.raspberrypi.org/downloads/).
New images ship with pretty much the latest firmware/kernel, so I'm sure the next update will include this. Can't say when that will happen though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants