mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #6871 from prosto-chewey/patch-1
Update running_riak_service.md
This commit is contained in:
commit
0284e5dfea
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Create an empty file called `Dockerfile`:
|
||||||
$ touch Dockerfile
|
$ touch Dockerfile
|
||||||
|
|
||||||
Next, define the parent image you want to use to build your image on top
|
Next, define the parent image you want to use to build your image on top
|
||||||
of. We'll use [Ubuntu](https://registry.hub.docker.cm/_/ubuntu/) (tag:
|
of. We'll use [Ubuntu](https://registry.hub.docker.com/_/ubuntu/) (tag:
|
||||||
`latest`), which is available on [Docker Hub](https://hub.docker.com):
|
`latest`), which is available on [Docker Hub](https://hub.docker.com):
|
||||||
|
|
||||||
# Riak
|
# Riak
|
||||||
|
|
Loading…
Reference in a new issue