Skip to content

Instantly share code, notes, and snippets.

@tuanpembual
Last active March 7, 2019 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuanpembual/56a5b577cb2ff044d0812f625879f294 to your computer and use it in GitHub Desktop.
Save tuanpembual/56a5b577cb2ff044d0812f625879f294 to your computer and use it in GitHub Desktop.
Kops Part 5
cd nodejs-aws-workshop/6\ -\ Kubernetes\ \(kops\)/code
tree
.
├── recipes
│   ├── characters.yml
│   ├── locations.yml
│   └── nginx.yml
└── services
├── characters
│   ├── db.json
│   ├── Dockerfile
│   ├── package.json
│   └── server.js
├── locations
│   ├── db.json
│   ├── Dockerfile
│   ├── package.json
│   └── server.js
└── nginx
├── Dockerfile
└── nginx.conf
5 directories, 13 files
docker build -t tuanpembual/characters services/characters/.
docker build -t tuanpembual/locations services/locations/.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment