Code Monkey home page Code Monkey logo

satrapu / peak-it-2020 Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 2.0 142 KB

Resources for "Use Docker Compose when running integration tests with Azure Pipelines" presentation given at Peak IT conference in October 17th 2020.

Home Page: https://peakit.ro/speaker/bogdan-marian-nagarro/

License: MIT License

PowerShell 11.63% Shell 1.73% C# 86.64%
docker-compose asp-net-core azure-devops postgresql peak-it peak-it-2020 azure-pipelines presentation-slides docker conference

peak-it-2020's Introduction

Peak IT - Brașov - 2020

Table of Contents

Build Status Quality Gate Status

This repo contains the resources used during the "Use Docker Compose when running integration tests with Azure Pipelines" presentation at the 3rd edition of the Peak IT conference, which took place in Brașov between October 17th and 18th 2020 (online event due to COVID-19).

This presentation is based on this article: Use Docker Compose when running integration tests with Azure Pipelines.

https://www.slideshare.net/satrapu/use-docker-compose-when-running-integration-tests-with-azure-pipelines

https://www.youtube.com/watch?v=k1awtLtSXWQ&list=PLF3C06z30q25DaH90VLApE5bYjYv1_vSb&index=6

In order to have a clear image of the CI pipeline used to build the source code from this repo, please visit: https://github.com/satrapu/aspnet-core-logging.

  • Start compose services
# Start compose services founder under a specific project
docker-compose --file="docker-compose.yml" --project-name="peak-it-2020" up --detach
  • List running Docker containers found under a specific compose project
docker container ls -a --filter "label=com.docker.compose.project=peak-it-2020" --format "{{ .ID }}"
  • Display details of a particular Docker container
docker container inspect --format "{{ json .Config.Labels }}" peak-it-2020-db-dev
  • Check the health state of a particular Docker container
docker container inspect --format "{{.State.Health.Status}}" peak-it-2020-db-dev
  • List all ports exposed by a particular Docker container
docker container port peak-it-2020-db-dev

peak-it-2020's People

Contributors

satrapu avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.