Yiang's Site


  • Home

  • Archives

  • Tags

  • About

Build My Own Raspbian Docker Image

Posted on 2016-11-04   |  

It’s great to have Docker on Raspberry Pi, and there’s a blog about it.

But one thing I found is that Raspberry Pi is based on ARM CPU, thus do not support x86/x64 instructions. Any Docker image build for x86/x64 won’t work. And, I didn’t find any official Docker image built for Raspberry Pi. resin/rpi-raspbian is widely used and also used by Docker project is a good candidate and is lightweitht, but I still want to use an official one. So, I decided to build one myself.

Read more »

Hello World

Posted on 1970-01-01   |  

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Yiang Guo

Yiang Guo

2 posts
2 tags
RSS
GitHub
© 2018 Yiang Guo
Powered by Hexo
Theme - NexT.Muse