8000 GitHub - singhs020/dockerfiles: Docker instructions and files for my use in development
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

singhs020/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerfiles

Docker instructions and files for my use in development

How to build images

docker build --no-cache=true --build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') -t {image name:tag} -f {file path} .

How to run compose

run the command docker-compose up in the directory where compose file is saved.

List of files

  • Node
  • AWS SAM with Node
  • Sqitch
  • PgAdmin
  • Elasticsearch v7 & Kibana - docker compose file

About

Docker instructions and files for my use in development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0