@gsuberland Waitwait, as in you can't even host it on the same TrueNAS box?? You'd have to have a separate box for hosting at that point??
Edit: I may have misread what you wrote but I barely understand docker at all to begin with
In Reply To: this post
@gsuberland Waitwait, as in you can't even host it on the same TrueNAS box?? You'd have to have a separate box for hosting at that point??
Edit: I may have misread what you wrote but I barely understand docker at all to begin with
Likes: 0
Boosts: 0
Hashtags:
Mentions:
@gsuberland@chaos.social
@gsuberland@chaos.social
Comments
Displaying 0 of 1 comments
Graham Sutherland / Polynomial
@dragonarchitect it all runs on the TrueNAS box. basically a docker container is specified by a dockerfile that tells it how to build the container instance. and as part of that dockerfile it can do things like set up a persistent storage mount for settings and such. you can also add extra mounts, e.g. on plex you'd mount your media dataset into the container so it can read it.
the problem is if you want to do any kind of tweaking beyond that.
@dragonarchitect so let's say you installed a wordpress container. you'd also install a database container with mariadb or whatever.
but then let's say you wanted to make a manual tweak to one of the php files i nthe container. nope, fuck you, can't do that, because the container itself is ephemeral and wholly defined by the dockerfile. want to make changes? write your own dockerfile or use the unsupported compose features.
by Graham Sutherland / Polynomial ;
Mentions: @dragonarchitect@rubber.social
Likes: 0
Replies: 1
Boosts: 0