Skip to content

Demo with two docker containers (web (apache) and database (mysql))

Notifications You must be signed in to change notification settings

oscarbuse/hours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hour registration

This is a (very) simple app to demonstrate the use of two docker containers in their own subnet ("hours-net"). The app itself can be used (with tweaking..) to keep track of working hours. The containers:

  • docker hours-web: runs apache and has the index.cgi in /usr/local/apache2/htdocs/
  • docker hours-db: runs mysql and has the database "accounting" with the table "hours".

You need to have docker installed. Then "make all" should do the trick. When finished point your browser to your_ip:8080

About

Demo with two docker containers (web (apache) and database (mysql))

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published