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
Copy file name to clipboardExpand all lines: extras/docker/development/README.md
+19-10Lines changed: 19 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,23 @@ it is self-contained).
18
18
19
19
A more comfortable development version is provided in the compose folder.
20
20
21
-
### 1 - Start the container
21
+
### 1 - Installing docker
22
+
23
+
Install docker, and the docker buildx tool (if they are separate packages on your system, e.g. on Arch Linux)
24
+
25
+
### 2 - Obtaining/building the docker image
26
+
27
+
We will run the `wger/server:latest` image in the next step.
28
+
29
+
You can either download it from [dockerhub](https://hub.docker.com/r/wger/server); docker will do this automatically if you have no such image with that tag yet.
30
+
You can also run `docker pull wger/server` to get the latest version. (you can use `docker images` to see if your image is old)
31
+
32
+
Alternatively, you can build it yourself from your wger code checkout.
33
+
To do this, you **must** build from the project root!
0 commit comments