Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using shell commands with boot2docker

I have created a boot2docker VirtualBox instance, I can SSH into it OK but then when I try and run any commands such as bash I get

-sh: bash: not found

Pretty sure I'm missing something really simple but can't see what.

Looking in /bin it doesn't look to contain bash

I'm pretty new to the *nix world so be gentle

like image 384
timothyclifford Avatar asked Feb 19 '15 18:02

timothyclifford


People also ask

How do I access shell in Kubernetes pod?

Getting into a shell of a container running inside a pod You will need to install the wget command inside the new container image. To get into a shell of a container running on Kubernetes, you will use the command kubectl exec -it nameofpod terminal_name .


1 Answers

You have to run command "tce" then you can search for "bash" and it will give option to install. More info at: http://wiki.tinycorelinux.net/wiki:install_apps

like image 55
Guillermo Avatar answered Oct 25 '22 14:10

Guillermo