Adding experimental msg to the plugin product docs

This commit is contained in:
usha-mandya 2019-06-13 15:40:05 +01:00
parent d2ff3110bd
commit 34ba27344d
3 changed files with 15 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.