I work on OSX using the Docker Machine. I used the quick launch terminal to create a virtual machine defaultthat is extremely minimal:
On an OS X installation, the docker daemon runs inside a Linux virtual machine called default. By default, the lightweight Linux virtual machine is used, created specifically to run the Docker daemon on Mac OS X. The VM starts completely from RAM, takes a small load of ~ 24 MB and boots in about 5 seconds.
I want to install dnsmasq, but none of these instructions could work. I expect to run into this problem again, therefore, without installing dnsmasq, I want to have some tool, such as apt-getto be able to easily install things. With so few commands available, I don’t know how to start. I have the curl, wget, sh, gitand other very simple commands. I do not have any of the following options:
apt
apt-get
deb
pkg
pkg_add
yum
make
gcc
g++
python
bash
What can I do? Should I just boot a more complete virtual machine like Ubuntu? My laptop is not very fast, so a very lightweight virtual machine was very attractive to me, but it starts to seem a bit.