From 76eb113b884837eecd7cfae4445ea2a405be88bf Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 12 Sep 2022 10:30:30 +0900 Subject: [PATCH] Describe how to use the latest features in Docker --- README.md | 9 +++++++-- docs/install_and_upgrade_doccano.md | 6 ++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62e9d173..5f6f7187 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,13 @@ docker container start doccano Go to . -To stop the container, run `docker container stop doccano -t 5`. -All data created in the container will persist across restarts. +To stop the container, run `docker container stop doccano -t 5`. All data created in the container will persist across restarts. + +If you want to use the latest features, please specify `nightly` tag: + +```bash +docker pull doccano/doccano:nightly +``` ### Docker Compose diff --git a/docs/install_and_upgrade_doccano.md b/docs/install_and_upgrade_doccano.md index ded3c4fc..af4c327a 100644 --- a/docs/install_and_upgrade_doccano.md +++ b/docs/install_and_upgrade_doccano.md @@ -160,6 +160,12 @@ docker container start doccano To stop the container, run `docker container stop doccano -t 5`. All data created in the container persist across restarts. +If you want to use the latest features, please specify `nightly` tag: + +```bash +docker pull doccano/doccano:nightly +``` + ### Build a local image with Docker If you want to build a local image, run: