You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The central concept of Concourse is to run tasks. You can run them directly from the command line as below, or from within pipeline jobs (as per every other section of the tutorial).
cd concourse-tutorial/tutorials/basic/task-hello-world
12
12
fly -t tutorial execute -c task_hello_world.yml
13
13
```
@@ -89,4 +89,4 @@ The reason that you can select any base `image` (or `image_resource` when [confi
89
89
90
90
## Miscellaneous
91
91
92
-
If you're interested in creating new Docker images using Concourse (of course you are), then there is a future section [Create and Use Docker Images](/miscellaneous/docker-images).
92
+
If you're interested in creating new Docker images using Concourse (of course you are), then there is a future section [Create and Use Docker Images](/miscellaneous/docker-images).
0 commit comments