You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,7 +19,7 @@ This is the build code for the [NextcloudPi][ncp-website] open-source community
19
19
20
20
NextcloudPi is a ready to use image for Virtual Machines, Raspberry Pi, Odroid HC1, Rock64 and other boards. ([⇒ Downloads][ncp-releases])
21
21
22
-
This code also generates the NextcloudPi [Docker image][ncp-docker-hub], LXD container & VM, there is an install script for the latest stable Debian based system as well.
22
+
This code also generates the NextcloudPi LXD and LXC containers and there is an install script for the latest supported Debian based system as well.
23
23
24
24
Find the documentation at [docs.nextcloudpi.com][ncp-docs-website], the documentation is all written by volunteers.
25
25
@@ -108,35 +108,9 @@ sudo ncp-config
108
108
109
109
![NCP-config][ncp-config-image]
110
110
111
+
## Docker has been discontinued
111
112
112
-
## Run in docker
113
-
114
-
```
115
-
docker run --detach \
116
-
--publish 4443:4443 \
117
-
--publish 443:443 \
118
-
--publish 80:80 \
119
-
--volume ncdata:/data \
120
-
--name nextcloudpi \
121
-
ownyourbits/nextcloudpi $DOMAIN
122
-
```
123
-
124
-
`$DOMAIN` can also be the IP-address of the host device if you're accessing it via IP-address in your local home network.
125
-
126
-
Can also be run with the `--init` flag for zombie process reaping
127
-
128
-
```
129
-
docker run --detach \
130
-
--init \
131
-
--publish 4443:4443 \
132
-
--publish 443:443 \
133
-
--publish 80:80 \
134
-
--volume ncdata:/data \
135
-
--name nextcloudpi \
136
-
ownyourbits/nextcloudpi $DOMAIN
137
-
```
138
-
139
-
It takes a moment to start completely, you can check this with `docker logs nextcloudpi` until it says `Init done`.
113
+
Docker has been discontinued for the time being, please read the announcement here: https://help.nextcloud.com/t/nextcloudpi-planning-to-discontinue-its-docker-version-with-nc-25/158895
140
114
141
115
## Run in LXD
142
116
@@ -191,8 +165,6 @@ Packages
191
165
-`whiptail`
192
166
-`qemu`
193
167
-`qemu-user-static`
194
-
-`docker`_(If you're building a Docker image)_
195
-
-`lxd`_(If you're building an LXD/LXC container image)_
196
168
197
169
### Raspberry Pi IMG
198
170
@@ -208,16 +180,6 @@ cd nextcloudpi
208
180
./build-SD-armbian.sh odroidxu4 # supported board code name
209
181
```
210
182
211
-
In order to build & push the Docker image to your repository, you'll also need to change the username, repo and tags in the script to match your credentials at Docker Hub.
0 commit comments