Skip to content

Commit e3635e0

Browse files
࿓❯ fix: Removed Docker information from README (#1851) (#1869)
Signed-off-by: Victor-ray, S <[email protected]> Signed-off-by: Tobias Knöppler <[email protected]> Co-authored-by: Victor-ray, S <[email protected]>
1 parent e18e65a commit e3635e0

File tree

1 file changed

+5
-45
lines changed

1 file changed

+5
-45
lines changed

README.md

+5-45
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _(The translated README pages are not updated at this time)_
44

55
# NextcloudPi
66

7-
[![Telegram icon][telegram-badge]][chat-telegram] [![Matrix icon][matrix-badge]][chat-matrix] [![Docker icon][docker-badge]][ncp-docker-hub] [![Nextcloud icon][nc-badge]][nc-github]
7+
[![Telegram icon][telegram-badge]][chat-telegram] [![Matrix icon][matrix-badge]][chat-matrix] [![Nextcloud icon][nc-badge]][nc-github]
88

99
[![Forum icon][forum-badge]][nc-forum-support]
1010

@@ -19,7 +19,7 @@ This is the build code for the [NextcloudPi][ncp-website] open-source community
1919

2020
NextcloudPi is a ready to use image for Virtual Machines, Raspberry Pi, Odroid HC1, Rock64 and other boards. ([⇒ Downloads][ncp-releases])
2121

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.
2323

2424
Find the documentation at [docs.nextcloudpi.com][ncp-docs-website], the documentation is all written by volunteers.
2525

@@ -108,35 +108,9 @@ sudo ncp-config
108108

109109
![NCP-config][ncp-config-image]
110110

111+
## Docker has been discontinued
111112

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
140114

141115
## Run in LXD
142116

@@ -191,8 +165,6 @@ Packages
191165
- `whiptail`
192166
- `qemu`
193167
- `qemu-user-static`
194-
- `docker` _(If you're building a Docker image)_
195-
- `lxd` _(If you're building an LXD/LXC container image)_
196168

197169
### Raspberry Pi IMG
198170

@@ -208,16 +180,6 @@ cd nextcloudpi
208180
./build-SD-armbian.sh odroidxu4 # supported board code name
209181
```
210182

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.
212-
213-
```
214-
git clone https://github.com/nextcloud/nextcloudpi.git
215-
cd nextcloudpi
216-
build/build-docker.sh x86
217-
build/build-docker.sh armhf
218-
build/build-docker.sh arm64
219-
```
220-
221183
### LXD
222184

223185
```
@@ -248,7 +210,7 @@ curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install
248210

249211
[Downloads][ncp-releases]
250212

251-
[Docker Hub][ncp-docker-hub]
213+
<!-- [Docker Hub][ncp-docker-hub] -->
252214

253215
[Nextcloud Forum][nc-forum]
254216

@@ -310,8 +272,6 @@ You can find us on the [Forum][nc-forum], [Telegram][chat-telegram] or [Matrix][
310272

311273
[docker-tests-badge]: https://github.com/nextcloud/nextcloudpi/actions/workflows/build-docker.yml/badge.svg
312274

313-
[docker-badge]: https://img.shields.io/badge/Docker-2CA5E0?style=for-the-badge&logo=docker&logoColor=white
314-
315275
[telegram-badge]: https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white
316276

317277
[matrix-badge]: https://img.shields.io/badge/matrix-000000?style=for-the-badge&logo=Matrix&logoColor=white

0 commit comments

Comments
 (0)