dockervolumes: Fix a minor typo

This commit is contained in:
Anton Löfgren 2014-06-16 09:52:23 +02:00
parent 50d49d0db8
commit 8df0b12d82
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ page_keywords: Examples, Usage, volume, docker, documentation, user guide, data,
# Managing Data in Containers
So far we've been introduced some [basic Docker
So far we've been introduced to some [basic Docker
concepts](/userguide/usingdocker/), seen how to work with [Docker
images](/userguide/dockerimages/) as well as learned about [networking
and links between containers](/userguide/dockerlinks/). In this section