Skip to content
Snippets Groups Projects
Commit 1b0e80bd authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch 'master' into 'master'

changes docker image name from python to ruby

See merge request !232
parents 197e6e60 6dee9174
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -58,10 +58,10 @@ gitlab-ci-multi-runner register \
--registration-token "PROJECT_REGISTRATION_TOKEN" \
--description "ruby-2.1" \
--executor "docker" \
--docker-image python:2.1 \
--docker-image ruby:2.1 \
--docker-postgres latest
```
 
With the command above, you create a runner that uses [ruby:2.1](https://registry.hub.docker.com/u/library/ruby/) image and uses [postgres](https://registry.hub.docker.com/u/library/postgres/) database.
 
To access PostgreSQL database you need to connect to `host: postgres` as user `postgres` without password.
To access PostgreSQL database you need to connect to `host: postgres` as user `postgres` without password.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment