dnote/host/docker/README.md
Monomax Bot 96d3c50780
Upgrade dependencies (#450)
* Upgrade dependencies.

* Fix test

* Improve name

* Update doc

* Upgrade deps

* Fix lint

* Fix lint

Co-authored-by: Sung Won Cho <sung@monomax.sh>
2020-04-25 11:38:39 +10:00

1.1 KiB

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.