Git Product home page Git Product logo

Comments (5)

sameersbn avatar sameersbn commented on July 21, 2024

@anapsix Please refer https://github.com/sameersbn/docker-redmine#reporting-issues for possible resolutions.

Additionally, can you state the os, docker version, etc you are using?

from docker-redmine.

anapsix avatar anapsix commented on July 21, 2024

I'm using latest Docker 1.2 running on 64 bit Ubuntu 14.04

anapsix@test:~$ docker version
Client version: 1.2.0
Client API version: 1.14
Go version (client): go1.3.1
Git commit (client): fa7b24f
OS/Arch (client): linux/amd64
Server version: 1.2.0
Server API version: 1.14
Go version (server): go1.3.1
Git commit (server): fa7b24f

anapsix@test:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"

anapsix@test:~$ uname -a
Linux integration 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@anapsix ok.. everything looks good in that case.
I am guessing this is a case of image corruption. I suggest you remove the redmine image and pull from the docker index again.

docker rmi sameersbn/ubuntu:14.04.20140818
docker rmi $(docker images | grep 'sameersbn/redmine' | awk '{print $3}')

This will remove all redmine images and the base ubuntu image on which the redmine image is built upon. Please make sure that all redmine images have been removed by inspecting the output of the docker images command.

Next pull the latest redmine release from the index and retry.

docker pull sameersbn/redmine:2.5.2-1

from docker-redmine.

anapsix avatar anapsix commented on July 21, 2024

Holly cow! Looks good now..

anapsix@test:~$ docker run --name=redmine -it --rm -p 10080:80 -e DB_USER=redmine -e DB_PASS=password --link mysql:mysql sameersbn/redmine:2.5.2-1
Starting memcached...
Migrating database. Please be patient, this could take a while...
redmine_production already exists
Migrating plugins. Please be patient, this could take a while...
WARNING: The plugin redmine_contacts is using 'acts-as-taggable-on',
which means that it might accidentally delete some of your data
when you uninstall it. You should badger its maintainer to switch
to https://github.com/hdgarrood/redmine_acts_as_taggable_on.

Generating secure token...
Starting unicorn...
Starting nginx...

I just don't see how could an image get corrupted like that.. but I'll keep that in mind for future troubleshooting.
Thanks @sameersbn

from docker-redmine.

sameersbn avatar sameersbn commented on July 21, 2024

@anapsix I've seem this happen far too many times.

from docker-redmine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.