You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you start, set up [buildx](https://docs.docker.com/reference/cli/docker/buildx/) for Docker if you haven't already:
20
16
21
-
Before you continue, set up buildx for Docker if you haven't done it yet:
22
17
```sh
23
18
brew install docker-buildx
24
-
````
25
-
Run the above command and follow the instructions in the output to update ~/.docker/config.json.
26
-
27
-
```sh
28
-
colima stop && colima start
29
-
docker buildx version
30
19
```
31
20
32
-
After this, you can build the image and spin up the docker image, and test that it works:
21
+
Run the above command and follow the instructions in the output to update `~/.docker/config.json`.
22
+
23
+
#### Build image & test locally
24
+
25
+
The first argument to the `create_tokens` script below is the [VitA application private key](https://github.com/NHSDigital/vaccinations-app#simulating-nhs-login-sso-flow), i.e. the file you are using to populate your `NHS_LOGIN_PRIVATE_KEY` variable.
0 commit comments