This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mk@Linux smc]$ sudo docker start smc | |
smc | |
[mk@Linux smc]$ sudo docker exec -it smc bash | |
root@b8b7013674c4:/# coffee | |
coffee> require 'c'; db() | |
db() -- sets global variable db to a database | |
gcloud() -- sets global variable g to gcloud instance | |
setting global variable g to a gcloud interface and vms to vm manager | |
vms() -- sets vms to gcloud VM manager (and g to gcloud interface) | |
compute_server() -- sets global variable s to compute server |