Skip to content

nju33-com/example-yamllint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

example yamllint

準備

イメージを作る。

docker build . -t example-yamllint

起動

バックグラウンドでコンテナを建てる。

docker run --detach --name example-yamllint example-yamllint sleep infinity

その後中に入ってアレコレ。

docker exec -it example-yamllint

あと処理

docker rm -f example-yamllint
docker rmi example-yamllint