Skip to content

cycleplatform/getting-started-website-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Getting Started Website Stack

Cycle Stacks

The file in this repo named cycle.json is a Cycle stack file. It contains infromation usable by Cycle to create 1 or more container images and can be used to deploy those images in a group to a new or existing Cycle environment.

Whats In This Stack?

Version

The version is the version of the Cycle Stack Spec (currently 1.0).

Containers

Inside containers a stack file will have 1 or more container records. This starts with the container identifier as the key and the container object as the value.

Image

The image object holds information about the container image, its type, and where Cycle should look to import it from. For the stack located in this repository, its using docker-hub to target the cycleplatform/getting-started container with the tag latest.

Config

The configuration section gives users granular control over their containers network, runtime, deployment, resource, and integrations settings. In the example from this repo there are custom settings for network and deploy.

To learn more about Cycle stacks visit our documentation or come ask us some questions in our community Slack channel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published