dockerコンテナでcronを動かす - Qiita

1. dockerコンテナを起動$ sudo docker -it centos:centos6 bash2. cronをインストール# yum update -y# yum install…