Here's teh codez, again:
#concerning tagging, see http://stackoverflow.com/questions/21928780/create-multiple-tag-docker-image
sudo docker build -t my_mongodb .
Here's teh codez, again:
#concerning tagging, see http://stackoverflow.com/questions/21928780/create-multiple-tag-docker-image
sudo docker build -t my_mongodb .
| Here is a simple jQuery plugin to make a table header fixed on top of a div when this is scrolled. | |
| Using the code from twitter bootstrap documentation page, this code is customized for table header. | |
| Create the table with following layout - | |
| <div class="row fixed-table"> | |
| <div class="table-content"> | |
| <table class="table table-striped table-fixed-header" id="mytable"> | |
| <thead class="header"> | |
| <tr> | |
| <th>Email Address</th> |