2016-04-23から1日間の記事一覧

docker-compose で volume を作る

それ用の書き方があるかと思ったけど、 なかったのでこうしました。 dvc1: image: busybox volumes: - /var/log/nginx/ command: [/bin/sh]一応動作したけど、これでいーのか・・・?

docker-compose で service 'version' doesn't have any configuration options. のエラー

docker-composeで以下のエラーが出た。 ERROR: In file './docker-compose.yml' service 'version' doesn't have any configuration options. All top level keys in your docker-compose.yml must map to a dictionary of configuration options.docker-com…