Update chef.md (#4390)

This commit is contained in:
Wang Jie 2017-08-29 04:37:59 +08:00 committed by John Mulhausen
parent d7b028ef62
commit 0c4e7b3d29
1 changed files with 2 additions and 2 deletions

View File

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