docs: update docker README

This commit is contained in:
Nicolas Giard 2022-03-04 16:50:20 -05:00 committed by GitHub
parent d1f05ddf57
commit dc7e3b9fac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,15 +6,14 @@
2. On Linux, you must also install [Docker Compose](https://docs.docker.com/compose/install/). Docker Desktop for Mac and Windows already include Docker Compose. 2. On Linux, you must also install [Docker Compose](https://docs.docker.com/compose/install/). Docker Desktop for Mac and Windows already include Docker Compose.
2. If you have a copy of the datatracker code checked out already, simply `cd` 2. If you have a copy of the datatracker code checked out already, simply `cd` to the top-level directory.
to the top-level directory.
If not, check out a datatracker branch as usual. We'll check out `trunk` If not, check out a datatracker branch as usual. We'll check out `main` below, but you can use any branch:
below, but you can use any branch:
```sh ```sh
svn co https://svn.ietf.org/svn/tools/ietfdb/trunk git clone https://github.com/ietf-tools/datatracker.git
cd trunk cd datatracker
git checkout main
``` ```
3. Follow the instructions for your preferred editor: 3. Follow the instructions for your preferred editor: