Commit 7d620928 authored by Christian Morsing's avatar Christian Morsing

Update using_docker_build.md

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