The Docker image don't open bash by default

Bug #1503393 reported by Marcela Bonell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
Fix Released
Medium
Sergey Skripnick

Bug Description

In the Docker Hub repository for the Rally image (https://hub.docker.com/r/rallyforge/rally/), the how to says that by running the container it will open the bash and you can start using Rally.
But if you run the container with the parameters as the documentation says, Docker returns an error : "Error response from daemon: No command specified"

$ docker run -t -i -v ~/rally_home:/home/rally rallyforge/rally

This is because you need to send the parameter /bin/bash

$ docker run -t -i -v ~/rally_home:/home/rally rallyforge/rally /bin/bash

So, the container isn’t opening the bash by default.

Tags: docker
Changed in rally:
assignee: nobody → Sergey Skripnick (eyerediskin)
Changed in rally:
status: New → Fix Released
Revision history for this message
Chris St. Pierre (stpierre) wrote :

I can't replicate this issue:

% docker run -t -i -v ~/rally_db:/home/rally rallyforge/rally
rally@a33e7870b8be:~$

I would suggest first doing 'docker pull rallyforge/rally' to ensure you're working with the latest image; if the image persists, please let us know what version of Docker you are running, and include the output of `docker inspect rallyforge/rally`.

Revision history for this message
Marcela Bonell (mbonell) wrote :

It was fixed with the fix release.
I pulled the latest image again and now it works!

Revision history for this message
Boris Pavlovic (boris-42) wrote :

Yep Sergey fixed it recently it

Changed in rally:
milestone: none → 0.1.2
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.