Skip to content

Instantly share code, notes, and snippets.

@Govinda-Fichtner
Last active October 8, 2015 15:00
Show Gist options
  • Save Govinda-Fichtner/04631773ba23ce89dfd5 to your computer and use it in GitHub Desktop.
Save Govinda-Fichtner/04631773ba23ce89dfd5 to your computer and use it in GitHub Desktop.
HypriotOS booting up for troubleshooting an issue of dazzag24 at gitter.im
root@black-hole's password:
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
HypriotOS: root@black-hole in ~
$ date
Thu Oct 8 14:54:06 UTC 2015
HypriotOS: root@black-hole in ~
$ docker run -d -p 80:80 hypriot/rpi-busybox-httpd
Unable to find image 'hypriot/rpi-busybox-httpd:latest' locally
latest: Pulling from hypriot/rpi-busybox-httpd
78666be98989: Pull complete
65c121b6f9de: Pull complete
4674ad400a98: Pull complete
d0cb6fa4fa79: Pull complete
Digest: sha256:c00342f952d97628bf5dda457d3b409c37df687c859df82b9424f61264f54cd1
Status: Downloaded newer image for hypriot/rpi-busybox-httpd:latest
44cba88024a2ed494b6953769c7af5e83f46d9c31f9e7bbc03c704e938c6bf65
HypriotOS: root@black-hole in ~
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
44cba88024a2 hypriot/rpi-busybox-httpd "/bin/busybox httpd -" About a minute ago Up About a minute 0.0.0.0:80->80/tcp high_yonath
HypriotOS: root@black-hole in ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment