Robert Berger

Results 14 comments of Robert Berger

I am currently playing around with containers. Currently I build oci containers (via meta-virtualization) and upload them to docker.io via skopeo and the goal is to use kubernetes with those...

This tool[1] looked promising, but it has a bug and there is no support[2] ;) [1] https://blog.heroku.com/terrier-open-source-identifying-analyzing-containers [2] https://github.com/heroku/terrier/issues/2

Sent from my mobile device: Well one thing would be to teach the tool bitbake. Then yocto integration I guess. There are 6 questions for the integration to answer. Stay...

As a first step I started to answer some of the questions from ort (but it's not finished yet): https://docs.google.com/document/d/1HjGCUwgfgKFBCNqDNX38gBAh6LKiFcLISmg9Aj3tpY0/edit?usp=sharing

This is what I see on the host: ``` # netstat -tuln Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:49155 0.0.0.0:*...

Well there is no port `8080` exposed, since the syntax in the example is wrong in case you wanted to do this: it should be `8080:8080`

Hi, @waby38b I use the Yocto project. So the magic you did for buildroot might help.

@waby38b Are your arm32 patches somewhere to give them a try? Do you plan to upstream them?

@modjo756: I don't think this is the problem. There are reference implementations for the i.mx7. I assume the part running on the Cortex M4 should be pretty similar. Have a...

@modjo756 , I did not have any time to play with this yet. At the moment I am at a board manufacturer. They have an i.mx7/Cortex-M4 board. This might be...