Skip to content

Docker image running QEMU system emulation for Raspbian Stretch Lite

License

Notifications You must be signed in to change notification settings

XzAeRo/docker-raspbian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Raspbian Image

Docker Build Status Docker Build Status

This docker image runs QEMU system emulation for Raspbian Lite. It will let you run Raspbian as if it was running on an actual Raspberry PI, including the CPU architecture.

Usage

SSH is enabled on port 2222. The username is pi and the password is raspberry.

To run the container:

docker run -it -p 2222:2222 --privileged xzaero/raspbian

To connect with SSH:

ssh -p 2222 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no pi@localhost

About

Docker image running QEMU system emulation for Raspbian Stretch Lite

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%