From 0c4e7b3d295add2fba0ec12e10e9746b990a8f98 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Tue, 29 Aug 2017 04:37:59 +0800 Subject: [PATCH] Update chef.md (#4390) --- engine/admin/chef.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/admin/chef.md b/engine/admin/chef.md index 770936cc08..eb080b4b3e 100644 --- a/engine/admin/chef.md +++ b/engine/admin/chef.md @@ -1,6 +1,6 @@ --- description: Installation and using Docker via Chef -keywords: chef, installation, usage, docker, documentation +keywords: chef, installation, usage, docker, documentation redirect_from: - /engine/articles/chef/ title: Use Chef @@ -45,7 +45,7 @@ docker_container 'an echo server' do end ``` -## Getting Started +## Getting started Here's a quick example of pulling the latest image and running a container with exposed ports.