This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Docker version 1.6.x | |
| # | |
| # To build: sudo docker build --force-rm=true -t costco/couchdb:latest . | |
| # To run: sudo docker run -d -p 5984:5984 -t costco/couchdb:latest | |
| # | |
| FROM debian:latest | |
| MAINTAINER Jeffrey Gilbert | |
| ENV DEBIAN_FRONTEND noninteractive |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apg -m 9 -x 9 -n 1 -M SNCL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| # | |
| # Remember to make the executable: | |
| # chmod +x buildPages.sh | |
| Page[0]='vendorSearch' | |
| Page[1]='vendorProfile' | |
| Page[2]='addAdministrator' | |
| Page[3]='editAdministrator' | |
| Page[4]='changeAdministrator' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Docker version 1.1.2, build d84a070 | |
| FROM ubuntu:14.04 | |
| RUN apt-get update && apt-get install -y \ | |
| git \ | |
| software-properties-common \ | |
| python-software-properties \ | |
| make\ | |
| gcc \ | |
| g++ \ |
NewerOlder