Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix creating_a_score_implementation.md: missing https protocol added to the Fly.io link #147

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight: 3

2. A good understanding of the parts of the [Score specification]({{< relref "/docs/score-specification" >}}) including resources and supported [placeholders]({{< relref "/docs/score-specification/score-spec-reference#placeholder-references" >}}).

3. A target container runtime or container platform. The minimum requirement is that the platform can run [Docker](https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-an-image/) or [Open Container](https://github.com/opencontainers/image-spec) images; set the entrypoint command and arguments; and inject environment variables at runtime. This includes everything from local Docker engine to cloud container platforms such as [Amazon Elastic Container Service](https://docs.aws.amazon.com/AmazonECS/latest/developerguide), [Google Cloud Platform Cloud Run](https://cloud.google.com/run) Services, [Azure Container Apps](https://learn.microsoft.com/en-us/azure/container-apps/overview), [Fly.io](fly.io) and others.
3. A target container runtime or container platform. The minimum requirement is that the platform can run [Docker](https://docs.docker.com/get-started/docker-concepts/the-basics/what-is-an-image/) or [Open Container](https://github.com/opencontainers/image-spec) images; set the entrypoint command and arguments; and inject environment variables at runtime. This includes everything from local Docker engine to cloud container platforms such as [Amazon Elastic Container Service](https://docs.aws.amazon.com/AmazonECS/latest/developerguide), [Google Cloud Platform Cloud Run](https://cloud.google.com/run) Services, [Azure Container Apps](https://learn.microsoft.com/en-us/azure/container-apps/overview), [Fly.io](https://fly.io) and others.

## Requirements for a Score implementation

Expand Down
Loading