htdvisser / taiga-docker

[NOT MAINTAINED] Taiga project management platform for Docker
MIT License
83 stars 67 forks source link

tianon/true Exited #20

Closed jujes closed 8 years ago

jujes commented 8 years ago

Hi for some reason data container is not loaded... someone know why? nothing to show in docker logs...

screen shot 2016-06-22 at 11 43 24

beevelop commented 8 years ago

Data-only containers are a pattern for managing your docker volumes with containers instead of manually with host-mounted volumes.

They are not supposed to be kept running. Due to Docker's recent development this concept can also be achieved by using Docker Volumes.

Refer to: