Project

General

Profile

« Previous | Next » 

Revision b2c1eebc

Added by Andreas Kohlbecker over 5 years ago

ref #6522 fixing problems with ARGs in Dockerfiles and more documentation

View differences:

src/main/docker/production/README.md
48 48
    
49 49
### with docker-compose
50 50

  
51
Run as detached service 
52

  
53
    docker-compose run -d cdmserver
54

  
55
Run and inspect the running container with the bash shell
56

  
57
    docker-compose run cdmserver /bin/bash
58

  
59

  
60

  
51 61
### with maven
52 62

  
53 63
    ...

Also available in: Unified diff