jsilverio22
Results
3
comments of
jsilverio22
> acorn.io/app-namespace=" > acorn.io/app-name=
QA: Acornfile: ``` containers: { web: { image: "nginx" ports: "80/http" dirs: { "/data": "volume://webd" } } cache: image: "redis" } volumes: { webd:{} } ``` ``` jsilverio@joshuas-mbp acorn %...
Ahh so it’s not actually printing out to the console?