Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 1.35 KB

README.md

File metadata and controls

67 lines (48 loc) · 1.35 KB

Dockerfiles

git clone https://github.com/UmedaTakefumi/Dockerfiles.git
cd Dockerfiles
git checkout nginx_mysql_python
docker build .

python_alpine3.8

git clone https://github.com/UmedaTakefumi/Dockerfiles.git
cd Dockerfiles
git checkout python_alpine3.8
docker build .

bash_alpine3.8

git clone https://github.com/UmedaTakefumi/Dockerfiles.git
cd Dockerfiles
git checkout bash_alpine3.8
docker build .

bash_centos7

git clone https://github.com/UmedaTakefumi/Dockerfiles.git
cd Dockerfiles
git checkout bash_centos7
docker build .

bash_centos6

git clone https://github.com/UmedaTakefumi/Dockerfiles.git
cd Dockerfiles
git checkout bash_centos6
docker build .

bash_centos5

git clone https://github.com/UmedaTakefumi/Dockerfiles.git
cd Dockerfiles
git checkout bash_centos5
docker build .