mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-16 15:57:22 +00:00
Update using_docker_images.md
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user