Skip to content

Koshizuka-lab/cadde-data-share-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cadde-data-share-scripts

テストベッドTF、CADDE4.0データ共有ハンズオン用のスクリプトファイルを保存するリポジトリ。

ハンズオン中のトラブルシューティング一覧。

ERROR [db internal] load metadata for docker.io/library/postgres:12-alpine と表示された時。

 以下のコマンドを実行した後に、再度同じdockerコマンドを実行する

docker pull docker.io/library/postgres:12-alpine

CKANのBuild時のエラー

=> ERROR [ckan 2/4] RUN mkdir /docker-entrypoint.d

 上記エラー出た場合、Dockerの再起動を下記コマンドで実行すると良い。

sudo systemctl restart docker

現在のユーザをDockerグループに追加

sudo usermod -aG docker $USER
newgrp docker

Private HTTPサーバに保存しているデータの権限について

以下のようにして、プログラムにファイルの読み取り権限を与える必要がある。

chmod 664 myfile.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages