Tsutomu Kuroda
Tsutomu Kuroda
`docker-compose run web rails new . --force --no-deps --database=postgresql` ``` Cannot start service db: OCI runtime create failed: container with id exists: ```
``` $ kill -KILL $(cat /apps/baukis2/tmp/pids/server.pid) ```
`docker-compose run web rails new . --force --no-deps --database=postgresql` コマンドで次のようなエラーが出る。 ``` ERROR: for dockerbaukis2_db_1 Cannot start service db: cgroups: cannot find cgroup mount destination: unknown ERROR: for db Cannot start...
@svenfuchs I think we should make a GitHub organization like `rails-i18n` and transfer this repository to it. I believe this move will bring better management and possible _longevity_ to our...
* docker: 18.09.2, build 6247962 * docker-compose: 1.23.2, build 1110ad01
具体的なログメッセージは次の通り。 ``` db uses an image, skipping Building web Step 1/15 : FROM oiax/rails6-deps:latest ---> bc102e886543 Step 2/15 : ARG UID=1000 ---> Running in 9a650ed4c721 Removing intermediate container 9a650ed4c721 --->...