Skip to content

cb-geo/docker-lbmdem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for Lattice Boltzmann - Discrete Element Method

Cambridge-Berkeley Computational Geomechanics group

Docker hub quay image Build status

Tools

  • Clang
  • CMake
  • Eigen 3
  • GCC 6
  • 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 cbgeo/lbmdem or docker pull quay.io/cbgeo/lbmdem
  • To launch the cbgeo/ca-abm docker container, run docker run -ti cbgeo/lbmdem:latest /bin/bash or docker run -ti quay.io/cbgeo/lbmdem: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 "cbgeo/lbmdem" /path/to/Dockerfile
  • docker history will show you the effect of each command has on the overall size of the file.

About

Docker file for LBM-DEM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published