Is there a good way to pre-package container binaries into the disk images so that you don't need to fetch anything at boot time to run them?
On Thursday, June 8, 2017 at 2:52:04 AM UTC-7, Devipriya Sarkar wrote: > > you could use coreos toolbox (https://github.com/coreos/toolbox) > > On Friday, October 4, 2013 at 1:51:17 PM UTC+5:30, praneeth u wrote: >> >> Hi coreos team, >> >> According to articles that i read on coreos, i came to know that there is >> no package manager. coreos is intended to run any service as container >> using docker. >> what i want to know is, how to install any tool if needed. for example, i >> need to install btrfs-progs, i can clone the code from github, but to >> compile and install it, >> i need gcc and make tools. I can get gcc tarball file, but to install it, >> i need make utility, so how do I install these dependencies ? >> >> >> >>
