Closed lgatto closed 5 years ago
try running:
export BULKERCFG="bulker_config.yaml"
bulker init -c $BULKERCFG
before bulker load
...
looks like I may have a problem if you haven't already set up a config file...
Yes, thank you, that solved it:
➜ ~ export BULKERCFG="bulker_config.yaml"
➜ ~ bulker init -c $BULKERCFG
Guessing container engine is docker.
Wrote new configuration file: bulker_config.yaml
➜ ~ bulker load demo
Bulker config: bulker_config.yaml
Got URL: http://hub.bulker.io/bulker/demo.yaml
Executable template: /home/lgatto/templates/docker_executable.jinja2
Loading manifest: 'demo'. Activate with 'bulker activate demo'.
Commands available: cowsay, fortune
and
➜ ~ bulker activate demo
Bulker config: bulker_config.yaml
Activating bulker crate: demo
[lgatto@marvin ~]$ cowsay Hello world!
Unable to find image 'nsheff/cowsay:latest' locally
latest: Pulling from nsheff/cowsay
c64513b74145: Pull complete
01b8b12bad90: Pull complete
c5d85cf7a05f: Pull complete
b6b268720157: Pull complete
e12192999ff1: Pull complete
834a54f7272b: Pull complete
Digest: sha256:14fa1f533678750afd09536872e068e732ae4f735c52473450495d5af760c2e3
Status: Downloaded newer image for nsheff/cowsay:latest
______________
< Hello world! >
--------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
I'll leave it to you to close the issue.
I have installed bulker for the first time. Below, I confirm that the installation was successful
However, when I try to run the demo:
Any help would be appreciated.