mirror of https://github.com/docker/docs.git
Adding experimental msg to the plugin product docs
This commit is contained in:
parent
d2ff3110bd
commit
34ba27344d
|
@ -1,9 +1,13 @@
|
|||
---
|
||||
title: Working with Docker Template
|
||||
title: Working with Docker Template (experimental)
|
||||
description: Working with Docker Application Template
|
||||
keywords: Docker, application template, Application Designer,
|
||||
---
|
||||
|
||||
>This is an experimental feature.
|
||||
>
|
||||
>{% include experimental.md %}
|
||||
|
||||
## Overview
|
||||
|
||||
Docker Template is a CLI plugin that introduces a top-level `docker template` command that allows users to create new Docker applications by using a library of templates. There are two types of templates — service templates and application templates.
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
---
|
||||
title: Working with Docker App
|
||||
title: Working with Docker App (experimental)
|
||||
description: Learn about Docker App
|
||||
keywords: Docker App, applications, compose, orchestration
|
||||
---
|
||||
|
||||
>This is an experimental feature.
|
||||
>
|
||||
>{% include experimental.md %}
|
||||
|
||||
## Overview
|
||||
|
||||
Docker App is a CLI plug-in that introduces a top-level `docker app` command that brings the _container experience_ to applications. The following table compares Docker containers with Docker applications.
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
---
|
||||
title: Install Docker Assemble
|
||||
title: Docker Assemble (experimental)
|
||||
description: Installing Docker Assemble
|
||||
keywords: Assemble, Docker Enterprise, plugin, Spring Boot, .NET, c#, F#
|
||||
---
|
||||
|
||||
>This is an experimental feature.
|
||||
>
|
||||
>{% include experimental.md %}
|
||||
|
||||
## Overview
|
||||
|
||||
Docker Assemble (`docker assemble`) is a plugin which provides a language and framework-aware tool that enables users to build an application into an optimized Docker container. With Docker Assemble, users can quickly build Docker images without providing configuration information (like Dockerfile) by auto-detecting the required information from existing framework configuration.
|
||||
|
|
Loading…
Reference in New Issue