Merge pull request #1721 from bandoshintaro/master

Fix docs, log output in getting started
This commit is contained in:
Michael Crosby 2017-11-06 10:35:48 -05:00 committed by GitHub
commit 46ac2befcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,6 @@ Let's see it in action.
> sudo ./main > sudo ./main
2017/08/13 18:01:35 Successfully pulled docker.io/library/redis:alpine image 2017/08/13 18:01:35 Successfully pulled docker.io/library/redis:alpine image
2017/08/13 18:01:35 Successfully generate an OCI spec version 1.0.0 based on docker.io/library/redis:alpine image
2017/08/13 18:01:35 Successfully created container with ID redis-server and snapshot with ID redis-server-snapshot 2017/08/13 18:01:35 Successfully created container with ID redis-server and snapshot with ID redis-server-snapshot
``` ```