Skip to content

Commit

Permalink
࿓❯ fix: Removed Docker information from README
Browse files Browse the repository at this point in the history
Signed-off-by: Victor-ray, S <[email protected]>
  • Loading branch information
victor-rays committed Nov 20, 2023
1 parent f64af68 commit dfc26b6
Showing 1 changed file with 3 additions and 47 deletions.
50 changes: 3 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _(The translated README pages are not updated at this time)_

# NextcloudPi

[![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]
[![Telegram icon][telegram-badge]][chat-telegram] [![Matrix icon][matrix-badge]][chat-matrix] [![Nextcloud icon][nc-badge]][nc-github]

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

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

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

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

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

Expand Down Expand Up @@ -108,36 +108,6 @@ sudo ncp-config

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


## Run in docker

```
docker run --detach \
--publish 4443:4443 \
--publish 443:443 \
--publish 80:80 \
--volume ncdata:/data \
--name nextcloudpi \
ownyourbits/nextcloudpi $DOMAIN
```

`$DOMAIN` can also be the IP-address of the host device if you're accessing it via IP-address in your local home network.

Can also be run with the `--init` flag for zombie process reaping

```
docker run --detach \
--init \
--publish 4443:4443 \
--publish 443:443 \
--publish 80:80 \
--volume ncdata:/data \
--name nextcloudpi \
ownyourbits/nextcloudpi $DOMAIN
```

It takes a moment to start completely, you can check this with `docker logs nextcloudpi` until it says `Init done`.

## Run in LXD

```
Expand Down Expand Up @@ -191,8 +161,6 @@ Packages
- `whiptail`
- `qemu`
- `qemu-user-static`
- `docker` _(If you're building a Docker image)_
- `lxd` _(If you're building an LXD/LXC container image)_

### Raspberry Pi IMG

Expand All @@ -208,16 +176,6 @@ cd nextcloudpi
./build-SD-armbian.sh odroidxu4 # supported board code name
```

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.

```
git clone https://github.com/nextcloud/nextcloudpi.git
cd nextcloudpi
build/build-docker.sh x86
build/build-docker.sh armhf
build/build-docker.sh arm64
```

### LXD

```
Expand Down Expand Up @@ -248,7 +206,7 @@ curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install

[Downloads][ncp-releases]

[Docker Hub][ncp-docker-hub]
<!-- [Docker Hub][ncp-docker-hub] -->

[Nextcloud Forum][nc-forum]

Expand Down Expand Up @@ -310,8 +268,6 @@ You can find us on the [Forum][nc-forum], [Telegram][chat-telegram] or [Matrix][

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

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

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

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

0 comments on commit dfc26b6

Please sign in to comment.