Created
June 29, 2016 19:01
-
-
Save shuangjj/9fe1e68e42eabb1c8e1661973165b5b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Never try to install docker-hypriot on beaglebone | |
--------------------------------------------------------- | |
ubuntu@ubuntu-armhf:~/Downloads$ sudo dpkg -P docker-hypriot | |
(Reading database ... 16512 files and directories currently installed.) | |
Removing docker-hypriot (1.10.3-1) ... | |
* Docker is managed via upstart, try using service docker stop | |
invoke-rc.d: initscript docker, action "stop" failed. | |
dpkg: error processing package docker-hypriot (--purge): | |
subprocess installed pre-removal script returned error exit status 1 | |
dpkg: error while cleaning up: | |
subprocess installed post-installation script returned error exit status 1 | |
Errors were encountered while processing: | |
docker-hypriot | |
ubuntu@ubuntu-armhf:~/Downloads$ dpkg -l | grep docker | |
pF docker-hypriot 1.10.3-1 armhf Docker for ARM devices, compiled and packaged by http://blog.hypriot.com | |
ii docker-machine 0.7.0-26 armhf docker-machine for armhf | |
ubuntu@ubuntu-armhf:~/Downloads$ cat /etc/*-release | |
DISTRIB_ID=Ubuntu | |
DISTRIB_RELEASE=14.04 | |
DISTRIB_CODENAME=trusty | |
DISTRIB_DESCRIPTION="Ubuntu 14.04.4 LTS" | |
NAME="Ubuntu" | |
VERSION="14.04.4 LTS, Trusty Tahr" | |
ID=ubuntu | |
ID_LIKE=debian | |
PRETTY_NAME="Ubuntu 14.04.4 LTS" | |
VERSION_ID="14.04" | |
HOME_URL="http://www.ubuntu.com/" | |
SUPPORT_URL="http://help.ubuntu.com/" | |
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment