nptytn
Custom Docker Image
They are not the same, so this tells it doesn't pick up the same image that I want to use. This means we have to go back to my original question again. You have suggested 2 options: A and B.
I think the option A should work because it extends from the base image that gets included in the
runtipi-appstore
with minimal addition of cli binaries.
But then the option A doesn't actually work because when I start the app, it doesn't pick up my image. So the question is what could be wrong about it?11 replies
Custom Docker Image
Thanks for prompt reply! much appreciated 🙇♂️
I believe my custom docker image matches all the tipi vscode params because it extends from the base image which defines in the
runtipi-appstore
, and includes additional few cli commands such as lazygit and zsh.
However, the problem is, when I tried to restart my server, it doesn't seem to use my image at all.11 replies