Skip to content

Kedrigern/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

Example Dockerfiles based on alpine linux:

  • copy: copy volume to another volume
  • php5: run php5 (no server)
  • php7: run php7 and some modules (no server)
  • cron: run cron daemon
  • flask: example of flask app in docker

And my notes about docker.

Docker compose

More complex examples of whole application ecosystems in docker managed by Docker compose.