Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Collection of Dockerfiles for container creation.

License

savemu/docker-images

 
 

Repository files navigation

Introduction

Collection of Dockerfiles for container creation.

Note

Containers created using Docker wont be able to set ulimits, so we would need to modify host ulimits running Docker service. For this do:

> sudo service docker stop
> sudo echo "limit nofile 262144 262144" >> /etc/init/docker.conf
> sudo service docker start

About

Collection of Dockerfiles for container creation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.0%
  • Nginx 5.0%