dnote/host/docker
Sung Won Cho 39d18638a9
Build Docker image (#316)
* Make preview image

* Use local build

* Fix build

* Release

* Build dnote docker

* Simplify

* Document
2019-11-18 16:59:53 +08:00
..
.gitignore Build Docker image (#316) 2019-11-18 16:59:53 +08:00
build.sh Build Docker image (#316) 2019-11-18 16:59:53 +08:00
docker-compose.yml Build Docker image (#316) 2019-11-18 16:59:53 +08:00
Dockerfile Build Docker image (#316) 2019-11-18 16:59:53 +08:00
entrypoint.sh Build Docker image (#316) 2019-11-18 16:59:53 +08:00
README.md Build Docker image (#316) 2019-11-18 16:59:53 +08:00
release.sh Build Docker image (#316) 2019-11-18 16:59:53 +08:00

Dnote Docker Image

The official Dnote docker image.

Installing Dnote Server Using Docker

Installing Dnote through Docker is currently in beta. For the an alternative installation guide, please see the installation guide.

Steps

  1. Install Docker.
  2. Install Docker Compose.
  3. Download the docker-compose.yml file.
curl https://raw.githubusercontent.com/dnote/dnote/master/host/docker/docker-compose.yml > docker-compose.yml
  1. Run the following to download the images and run the containers
docker-compose pull
docker-compose up -d

Visit http://localhost:3000 in your browser to see Dnote running.

please see the installation guide for further configuration.