Replies: 1 comment
-
Hi there
This question is factually false. If you want to learn more about how we use docker and what differences exist between production and development setups I suggest reading our introduction to development setups. |
Beta Was this translation helpful? Give feedback.
-
This page Docker Image refers to a page with a pull command -- what can be done with that?
EDIT:
Sorry, you're right--there's no mention of
docker pull
on the first page. But it does say:"The most convenient method of installing and running InvenTree is to use the official docker image, available from docker-hub"
Re your comment below (cuz I'm banned) ...
Exactly! That's what I'm trying to do -- I want to stand up an as-is instance to show it to our production group. Then I'll get the build process sorted out so we make customizations. So I've been trying to get this (production) image running locally as a demo. The trouble I'm having is that I'm not sure how to combine the pre-built image with configuration, since the config yaml files are supposed to be inside the image when it starts.
BTW, I've moved into WSL2/Ubuntu for docker-build since it seems others posting here have succeeded, but still stuck on the below where alpine is not reachable. The error says to check the repositories file, so I don't know if it DNS or I need to update alpine's location
WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/main: could not connect to server (check repositories file) WARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.13/community: could not connect to server (check repositories file) ERROR: unable to select packages: bash (no such package): required by: world[bash] cairo (no such package): required by: world[cairo] cairo-dev (no such package): required by: world[cairo-dev] .... (~40-50 more)
Beta Was this translation helpful? Give feedback.
All reactions