https://github.com/hannseman/docker-raspbian
Docker image running QEMU system emulation for Raspbian Stretch Lite
https://github.com/hannseman/docker-raspbian
docker dockerfile qemu raspberry-pi raspbian ssh
Last synced: 6 months ago
JSON representation
Docker image running QEMU system emulation for Raspbian Stretch Lite
- Host: GitHub
- URL: https://github.com/hannseman/docker-raspbian
- Owner: hannseman
- License: mit
- Created: 2018-10-04T19:28:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T20:07:35.000Z (about 5 years ago)
- Last Synced: 2025-04-30T18:09:00.813Z (6 months ago)
- Topics: docker, dockerfile, qemu, raspberry-pi, raspbian, ssh
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 34
- Watchers: 1
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-raspbian
[](https://hub.docker.com/r/hannseman/raspbian/)
This docker image runs QEMU system emulation for Raspbian Buster Lite.
It will let you run Raspbian as if it was running on an actual Raspberry PI.## 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 hannseman/raspbian`
To connect with SSH:
`ssh -p 2222 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no pi@localhost`