Comment by logic-designer 16 hours ago did you say anywhere what package manager it uses (couldnt find that info on the website) 2 comments logic-designer Reply gardnr 15 hours ago Looks like it may not have a package manager like apt or dnf:> Can you please add wget, nano, $my_fav_app_omg_i_love_it to the root filesystem?> No, not likely.I am guessing the way to use software not already in the image is to use `docker run`. mkl 15 hours ago It's immutable and you can't install packages, just docker containers.
gardnr 15 hours ago Looks like it may not have a package manager like apt or dnf:> Can you please add wget, nano, $my_fav_app_omg_i_love_it to the root filesystem?> No, not likely.I am guessing the way to use software not already in the image is to use `docker run`.
Looks like it may not have a package manager like apt or dnf:
> Can you please add wget, nano, $my_fav_app_omg_i_love_it to the root filesystem?
> No, not likely.
I am guessing the way to use software not already in the image is to use `docker run`.
It's immutable and you can't install packages, just docker containers.