Skip to content

cs-pedro-azevedo/cs-devops-training-pedro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs-devops-training-pedro

Repository to practice many technologies and ways to show knowledge about those technologies. The main idea is delivery a product (documentation) about all the process and show the steps to create a container serving a documentation of all processes.

Technologies

  • Git — Using git to create a repository and version control for all code developed. I used Github and Bitbucket to create a version control and manage this repository. This Github repository have integration with Dockerhub for every push in the master branch create a new build in Dockerhub repository.

  • Docker Containers — The idea was delivery a web application as a final product. So using Docker I create a new image on Dockerhub that configures all stuff needed to run this application.

  • Write code samples in multiple languages — If your API has bindings in multiple programming languages, you can easily put in tabs to switch between them. In your document, you'll distinguish different languages by specifying the language name at the top of each code block, just like with Github Flavored Markdown.

Running the Container

git clone https://github.com/cs-pedro-azevedo/cs-devops-training-pedro.git
cd cs-devops-training-pedro
docker run -p 4567:4567 -v $(pwd)/slate/source:/app/slate/source -d cspedroazevedo/cs-devops-training-pedro

Repositories used to

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published