Skip to content

Commit 26ca821

Browse files
authored
Added a note on updating older clones
1 parent a58e34c commit 26ca821

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docker/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@ On Windows:
156156
docker compose down -v --rmi all
157157
docker image prune
158158
```
159+
### Updating an older environment
160+
161+
If you already have a clone, such as from a previous codesprint, and are updating that clone, before starting the datatracker from the updated image:
162+
* rm ietf/settings_local.py # The startup script will put a new one, appropriate to the current release, in place
163+
* Execute the `Clean all` sequence above.
159164

160165
### Accessing PostgreSQL Port
161166

@@ -197,4 +202,4 @@ drwxrwxr-x 5 100999 100999 4096 May 25 07:56 client
197202
(etc...)
198203
```
199204

200-
Try uninstalling Docker Desktop and installing Docker Compose manually. The Docker Compose bundled with Docker Desktop is incompatible with our software. See also [Rootless Docker: file ownership changes #3343](https://github.com/lando/lando/issues/3343), [Docker context desktop-linux has container permission issues #75](https://github.com/docker/desktop-linux/issues/75).
205+
Try uninstalling Docker Desktop and installing Docker Compose manually. The Docker Compose bundled with Docker Desktop is incompatible with our software. See also [Rootless Docker: file ownership changes #3343](https://github.com/lando/lando/issues/3343), [Docker context desktop-linux has container permission issues #75](https://github.com/docker/desktop-linux/issues/75).

0 commit comments

Comments
 (0)