Docker - Default VM

With the Boot2Docker default VM, how can a user install Vim, Nano etc

TCE-Load, apt-get all don’t work

Thanks
Del.

Hi @nathanleclaire, can you help with this? Did you get a chance to look at the document I sent to you (the GIST discussion issue - last week) regarding remote connections into Maria DB in a container with J-Meter?

What trouble are you having with tce-load?

docker@default:~$ tce-load -wi vim
vim.tcz.dep OK
Downloading: gvim-base.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
gvim-base.tcz        100% |*****************************************************|  7144k  0:00:00 ETA
gvim-base.tcz: OK
Downloading: ncurses.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
ncurses.tcz          100% |*****************************************************|   196k  0:00:00 ETA
ncurses.tcz: OK
Downloading: vim.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
vim.tcz              100% |*****************************************************|  1224k  0:00:00 ETA
vim.tcz: OK
docker@default:~$ which vim
/usr/local/bin/vim
1 Like

Hi Jeff, I got it sorted, the editor part!

Still cannot connect to MariaDB in a container remotely with J-Meter even though i have edited the my.cnf file and edited the Allow server to accept connection on all interfaces

Bind-address=0.0.0.0

Any suggestions would be welcomed!

Del.