Coding Brewery

  • Blog
  • Software development
    • Clean Code
    • C++
    • Python
    • Java
    • Devops
      • Docker
      • Linux
  • Machine learning
    • Maths
      • Median absolute deviation (MAD) of Errors
      • R-Squared/Coefficient of determination
      • Distribution of error functions
      • Logarithmic loss (or cross-entropy)
      • Receiver operating characteristic (ROC ) curve
      • Confusion Matrix
      • Maths 101: Part 8: Hypothesis testing
      • Distribution of error functions
      • Maths 101 : Part 7: Estimating Confidence Intervals
    • Data Science Libraries
    • Dimensionality Reduction
  • Career Advice
  • Home
    • Contact Us
    • About

Docker

Devops

Running unittests from inside the docker container

Suppose you have an application where you need to run your unit tests. The directory structure looks something like this but honestly it doesn’t matter as long as it is somewhere inside your code folder.  Once you have written you unit tests(In this w have written integration and system tests) Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 6 yearsNovember 21, 2018 ago
Devops

Useful Docker Commands(Cheatsheet)

Useful docker commands that we may use daily 1.List all running containers $ docker ps -a  2. List all running containers (only IDs) $ docker ps -aq 3. Pull an image $ docker pull <image_name> 4. Start/Run a container $ docker run <image_name> The above command will start a container for Read more…

Like this:

Like Loading...
By Deepanshu Lulla, 7 yearsJune 21, 2018 ago
  • About
  • Blog
  • Checkout
  • Contact Us
  • Home
  • Privacy Policy
Hestia | Developed by ThemeIsle
%d