Commit c6e11e2e authored by Evan Read's avatar Evan Read

Merge branch 'patch-47' into 'master'

Update using_docker_build.md

Closes #58556

See merge request gitlab-org/gitlab-ce!25779
parents 20805bed 7d620928
......@@ -17,7 +17,7 @@ used to create and test an image:
```bash
docker build -t my-image dockerfiles/
docker run my-docker-image /script/to/run/tests
docker run my-image /script/to/run/tests
docker tag my-image my-registry:5000/my-image
docker push my-registry:5000/my-image
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment