Using shell commands with boot2docker

I created a VirtualBox instance for boot2docker, I can use SSH in it, but when I try to run any commands like bash , I get

 -sh: bash: not found 

Pretty sure I missed something really simple, but I can't figure that out.

Looking in / bin, it doesn't look like bash

I'm new to the * nix world, so be careful

+8
linux bash shell boot2docker
source share
1 answer

You need to run the "tce" command, after which you can search for "bash", and it will provide installation options. Additional information: http://wiki.tinycorelinux.net/wiki:install_apps

+15
source share

All Articles