/docker-nextcloud

A docker container for the Nextcloud server: a safe home for all your data

Primary LanguageShellGNU General Public License v3.0GPL-3.0

docker-nextcloud

This is just like my ownCloud server Docker container repo only it's for Nextcloud. Here is some background relating to the ownCloud/Nextcloud fissure.

Simple to use Docker container with the latest stable Nextcloud server release, complete with all the bells and whistles. This project is 100% transparent and trustable, every file in the resulting docker image is traceable and inspectable by following up the docker image depenancy tree which starts with my Arch Linux base image.

Please report any issues or improvement ideas to the github issue tracker
Pull requests welcome! Let's work together!

Say thanks by adding a star here and/or here.

Usage

  1. Install docker
  2. Download and start the Nextcloud server instance
docker pull greyltc/nextcloud
docker run --name nc -p 80:80 -p 443:443 -d greyltc/nextcloud
  1. Access your Nextcloud server
    Point your web browser to https://localhost/nextcloud

  2. Setup nextcloud
    Follow the on-screen instructions to perform the initial setup of your server.

  3. [Optional] Stop the server instance

docker stop nc

You can restart the container later with docker start nc

  1. [Optional] Delete the server instance
docker rm nc #<--WARNING: this will delete anything stored inside the container
  1. Profit.