Commit 02e283ff authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-8' into 'master'

Update using_docker_images.md

See merge request gitlab-org/gitlab-ce!14988
parents c1ed00e8 5f0663ca
......@@ -327,10 +327,6 @@ means, that when starting the container without additional options, it will run
the database's process, while Runner expects that the image will have no
entrypoint or at least will start with a shell as its entrypoint.
Previously we would need to create our own image based on the
`super/sql:experimental` image, set the entrypoint to a shell, and then use
it in job's configuration, e.g.:
Before the new extended Docker configuration options, you would need to create
your own image based on the `super/sql:experimental` image, set the entrypoint
to a shell and then use it in job's configuration, like:
......
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