Skip to content

Commit

Permalink
add docker specific instructions back to readme
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
nikki everett committed Dec 13, 2023
1 parent 67ef2c9 commit 6e27546
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions basic-template-dockerfile/{{cookiecutter.project_name}}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,19 @@ A template for the recommended layout of a Flyte enabled repository for code wri
To get up and running with your Flyte project, we recommend following the
[Flyte getting started guide](https://docs.flyte.org/en/latest/getting_started.html).

This project includes a script `docker_build.sh` that you can use to build a
Docker image for your Flyte project.

```
# help
./docker_build.sh -h
# build an image with defaults
./docker_build.sh
# build an image with custom values
./docker_build.sh -p {{ cookiecutter.project_name }} -r <REGISTRY> -v <VERSION>
```

We recommend using a git repository to version this project, so that you can
use the git sha to version your Flyte workflows.

0 comments on commit 6e27546

Please sign in to comment.