dnote/host/docker
2023-03-04 10:52:35 +11:00
..
.gitignore Build Docker image (#316) 2019-11-18 16:59:53 +08:00
build.sh Fix rules (#438) 2020-03-29 09:43:42 +11:00
docker-compose.yml Use OnPremises (#631) 2023-03-04 10:52:35 +11:00
Dockerfile Release 0.3.2 (#325) 2019-11-20 18:13:10 +08:00
entrypoint.sh Build Docker image (#316) 2019-11-18 16:59:53 +08:00
README.md Upgrade dependencies (#450) 2020-04-25 11:38:39 +10: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

  1. Install Docker.
  2. Install Docker Compose.
  3. Download the docker-compose.yml file by running:
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.

Supported platform

Currently, the official Docker image for Dnote supports Linux running AMD64 CPU architecture.

If you run ARM64, please install Dnote server by downloading a binary distribution by following the guide.