Dataset Viewer
Auto-converted to Parquet Duplicate
content
listlengths
1
139
tag
dict
[ { "data": "Cloud Native Buildpacks (CNBs) transform your application source code into container images that can run on any cloud. With buildpacks, organizations can concentrate the knowledge of container build best practices within a specialized team, instead of having application developers across the organiza...
{ "category": "App Definition and Development", "file_name": ".md", "project_name": "Buildpacks", "subcategory": "Application Definition & Image Build" }
[ { "data": "In this tutorial, well explain how to use pack and buildpacks to create a runnable app image from source code. In order to run the build process in an isolated fashion, pack uses Docker or a Docker-compatible daemon to create the containers where buildpacks execute. That means youll need to make sure...
{ "category": "App Definition and Development", "file_name": "app-journey.md", "project_name": "Buildpacks", "subcategory": "Application Definition & Image Build" }
[ { "data": "Chef Habitat Builder acts as the core of Chefs Application Delivery Enterprise hub. Chef Habitat Builder was first launched as a cloud service and as the repository of all available plan templates built by Chef and the supporting community. Due to the fact that the application source code is stored a...
{ "category": "App Definition and Development", "file_name": "builder_overview.md", "project_name": "Chef Habitat", "subcategory": "Application Definition & Image Build" }
[ { "data": "Chef Habitat is a workload-packaging, orchestration, and deployment system that allows you to build, package, deploy, and manage applications and services without worrying about which infrastructure your application will deploy on, and without any rewriting or refactoring if you switch to a different...
{ "category": "App Definition and Development", "file_name": "habitat.md", "project_name": "Chef Habitat", "subcategory": "Application Definition & Image Build" }
[ { "data": "Codezero is an overlay network that empowers development teams to turn Kubernetes clusters into Teamspaces. A Teamspace is a collaborative development environment where developers can locally Consume services discoverable in a Service Catalog. Services featured in the catalog operate either within th...
{ "category": "App Definition and Development", "file_name": "docs.codezero.io.md", "project_name": "CodeZero", "subcategory": "Application Definition & Image Build" }
[ { "data": "A Job creates one or more Pods and will continue to retry execution of the Pods until a specified number of them successfully terminate. As pods successfully complete, the Job tracks the successful completions. When a specified number of successful completions is reached, the task (ie, Job) is comple...
{ "category": "App Definition and Development", "file_name": ".md", "project_name": "CloudTTY", "subcategory": "Application Definition & Image Build" }
[ { "data": "Welcome to Cyclops, a powerful user interface for managing and interacting with Kubernetes clusters. Cyclops is designed to simplify the management of containerized applications on Kubernetes, providing an intuitive and user-friendly experience for developers, system administrators, and DevOps profes...
{ "category": "App Definition and Development", "file_name": "about.md", "project_name": "Cyclops", "subcategory": "Application Definition & Image Build" }
[ { "data": "To install Cyclops in your cluster, run commands below: ``` kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.6.2/install/cyclops-install.yaml && kubectl apply -f https://raw.githubusercontent.com/cyclops-ui/cyclops/v0.6.2/install/demo-templates.yaml``` It will create a new nam...
{ "category": "App Definition and Development", "file_name": "manifest.md", "project_name": "Cyclops", "subcategory": "Application Definition & Image Build" }
[ { "data": "Welcome to Cyclops, a powerful user interface for managing and interacting with Kubernetes clusters. Cyclops is designed to simplify the management of containerized applications on Kubernetes, providing an intuitive and user-friendly experience for developers, system administrators, and DevOps profes...
{ "category": "App Definition and Development", "file_name": ".md", "project_name": "Cyclops", "subcategory": "Application Definition & Image Build" }
[ { "data": "These are the general steps for setting up a Teamspace. Apart from setting up a new Kubernetes cluster, the following steps should take less than 10 minutes to complete. These steps should be carried out by someone comfortable around Kubernetes: Once a Teamspace is set up and certified, individual de...
{ "category": "App Definition and Development", "file_name": "getting-started.md", "project_name": "CodeZero", "subcategory": "Application Definition & Image Build" }
[ { "data": "In order to test out Cyclops you are going to need some things. First thing you are going to need is a Kubernetes cluster. If you have one that you can use to play with, great, if not you can try installing minikube. Minikube sets up a local Kubernetes cluster that you can use to test stuff out. Chec...
{ "category": "App Definition and Development", "file_name": "prerequisites.md", "project_name": "Cyclops", "subcategory": "Application Definition & Image Build" }
[ { "data": "Using Depot's remote builders for local development allows you to get faster Docker image builds with the entire Docker layer cache instantly available across builds. The cache is shared across your entire team who has access to a given Depot project, allowing you to reuse build results and cache acr...
{ "category": "App Definition and Development", "file_name": "docs.md", "project_name": "Depot", "subcategory": "Application Definition & Image Build" }
[ { "data": "Distributed applications are commonly comprised of many microservices, with dozens - sometimes hundreds - of instances scaling across underlying infrastructure. As these distributed solutions grow in size and complexity, the potential for system failures inevitably increases. Service instances can fa...
{ "category": "App Definition and Development", "file_name": ".md", "project_name": "Dapr", "subcategory": "Application Definition & Image Build" }
[ { "data": "How to install the depot CLI on all platforms, with links to CI configuration guides. For Mac, you can install the CLI with Homebrew: ``` brew install depot/tap/depot``` Or download the latest version from GitHub releases. Either install with our installation script: ``` curl -L https://depot.dev/ins...
{ "category": "App Definition and Development", "file_name": "installation.md", "project_name": "Depot", "subcategory": "Application Definition & Image Build" }
[ { "data": "For questions, concerns, or information about our security policies or to disclose a security vulnerability, please get in touch with us at security@depot.dev. A Depot organization represents a collection of projects that contain builder VMs and SSD cache disks. These VMs and disks are associated wit...
{ "category": "App Definition and Development", "file_name": "security.md", "project_name": "Depot", "subcategory": "Application Definition & Image Build" }
[ { "data": "Introduction Organizations looking to standardize their development environment can do so by adopting devfiles. In the simplest case, developers can just consume the devfiles that are available from the public community registry. If your organization needs custom devfiles that are authored and shared...
{ "category": "App Definition and Development", "file_name": "community.md", "project_name": "Devfile", "subcategory": "Application Definition & Image Build" }
[ { "data": "You can add seats and manage invitations to your Docker Build Cloud Team in the Docker Build Cloud dashboard. Note If you have a Docker Build Cloud Business subscription, you can add and remove seats by working with your account executive, then assign your purchased seats in the Docker Build Cloud da...
{ "category": "App Definition and Development", "file_name": ".md", "project_name": "Docker Compose", "subcategory": "Application Definition & Image Build" }
[ { "data": "Docker recommends you use the Docker Official Images in your projects. These images have clear documentation, promote best practices, and are regularly updated. Docker Official Images support most common use cases, making them perfect for new Docker users. Advanced users can benefit from more special...
{ "category": "App Definition and Development", "file_name": "compose-file.md", "project_name": "Docker Compose", "subcategory": "Application Definition & Image Build" }
[ { "data": "How to install the depot CLI on all platforms, with links to CI configuration guides. For Mac, you can install the CLI with Homebrew: ``` brew install depot/tap/depot``` Or download the latest version from GitHub releases. Either install with our installation script: ``` curl -L https://depot.dev/ins...
{ "category": "App Definition and Development", "file_name": "local-development.md", "project_name": "Depot", "subcategory": "Application Definition & Image Build" }
[ { "data": "Docker recommends you use the Docker Official Images in your projects. These images have clear documentation, promote best practices, and are regularly updated. Docker Official Images support most common use cases, making them perfect for new Docker users. Advanced users can benefit from more special...
{ "category": "App Definition and Development", "file_name": "faq.md", "project_name": "Docker Compose", "subcategory": "Application Definition & Image Build" }
[ { "data": "The Docker Official Images are a curated set of Docker repositories hosted on Docker Hub. Note Use of Docker Official Images is subject to Docker's Terms of Service. These images provide essential base repositories that serve as the starting point for the majority of users. These include operating sy...
{ "category": "App Definition and Development", "file_name": "release-notes.md", "project_name": "Docker Compose", "subcategory": "Application Definition & Image Build" }
[ { "data": "For more detailed information, see the release notes in the Compose repo. This release fixes a build issue with Docker Desktop for Windows introduced in Compose v2.24.0. Note The watch command is now generally available (GA). You can directly use it from the root command docker compose watch. For mor...
{ "category": "App Definition and Development", "file_name": "new_template=doc_issue.yml&location=https%3a%2f%2fdocs.docker.com%2fcompose%2f&labels=status%2Ftriage.md", "project_name": "Docker Compose", "subcategory": "Application Definition & Image Build" }
[ { "data": "You can enhance your teams' builds with a Build Cloud subscription. This page describes the features available for the different subscription tiers. To compare features available for each tier, see Docker Build Cloud pricing. If you have an existing Docker Core subscription, a base level of Build Clo...
{ "category": "App Definition and Development", "file_name": "install.md", "project_name": "Docker Compose", "subcategory": "Application Definition & Image Build" }
[ { "data": "Thank you for using GitHub! We're happy you're here. Please read this Terms of Service agreement carefully before accessing or using GitHub. Because it is such an important contract between us and our users, we have tried to make it as clear as possible. For your convenience, we have presented these ...
{ "category": "App Definition and Development", "file_name": "github-privacy-statement.md", "project_name": "Fabric8 Kubernetes Client", "subcategory": "Application Definition & Image Build" }
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
6