Browse Source

Describe how to use the latest features in Docker

pull/1994/head
Hironsan 2 years ago
parent
commit
76eb113b88
2 changed files with 13 additions and 2 deletions
  1. 9
      README.md
  2. 6
      docs/install_and_upgrade_doccano.md

9
README.md

@ -98,8 +98,13 @@ docker container start doccano
Go to <http://127.0.0.1:8000/>.
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

6
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:

Loading…
Cancel
Save