Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-06-07 13:18:35 +0300
committernachoparker <nacho@ownyourbits.com>2017-06-08 17:31:10 +0300
commit1357ed7240f47abbdce45c4fbd6673b2669afa3a (patch)
treed282a70e7dad7e088ea9e02979bb3224c560f705 /README.md
parent332523b9f91e846c00f6540cfcfdc4d774d9e6a5 (diff)
refactor QEMU ncp construction
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88fd3d1b..846a1c01 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ This is the build code for [NextCloudPi](https://ownyourbits.com/2017/02/13/next
NextCloudPi is a ready to use image for Raspberry Pi.
+This code also generates the [NextCloudPi ARM docker image](https://hub.docker.com/r/ownyourbits/nextcloudpi/).
+
## Features
* Raspbian 8 Jessie
@@ -58,10 +60,23 @@ Extras can be activated and configured using
sudo nextcloudpi-config
```
+The docker image can be generated in an ARM environment with docker
+
+```
+git clone https://github.com/nextcloud/nextcloudpi.git
+make -C nextcloudpi
+```
+
![NCP-config](/resources/ncp-config.jpg)
-## Download image
+## Downloads
Get the image, find details and more instructions at
https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
+
+Pull the docker image
+
+https://ownyourbits.com/2017/06/08/nextcloudpi-docker-for-raspberry-pi/
+
+https://hub.docker.com/r/ownyourbits/nextcloudpi/