Skip to content

cb-cities/pipe-network-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Pipe Network

Krishna Kumar

Quay image Docker hub CircleCI

Tools

  • Clang 4.0
  • CMake 3
  • Eigen 3.
  • GCC 7
  • Intel MKL
  • Vim

Using the docker image

  • The docker image can be used directly from the Docker Hub or Quay.io
  • Pull the docker image docker pull cbcities/pipe-network or docker pull quay.io/cbcities/pipe-network
  • To launch the cbcities/pipe-network docker container, run docker run -ti cbcities/pipe-network:latest /bin/bash or docker run -ti quay.io/cbcities/pipe-network:latest /bin/bash

To login as root

  • Launching docker as root user: docker exec -u 0 -ti <containerid> /bin/bash

Creating an image from the docker file

  • To build an image from docker file run as root docker build -t "cbcities/pipe-network" /path/to/Dockerfile
  • docker history will show you the effect of each command has on the overall size of the file.

Releases

No releases published

Packages

No packages published