Commit 57fbf128db6a8d6eb42d5857202fd6ea1a0a011c

Authored by 김민수
1 parent 8a3f52017d
Exists in master and in 2 other branches fhd, fhd-demo

typo 수정

Showing 1 changed file with 0 additions and 13 deletions   Show diff stats
run-docket.sh
@@ -1,13 +0,0 @@ @@ -1,13 +0,0 @@
1 -#!/bin/bash  
2 -CONTAINER=prime-qt5  
3 -docker run -it --rm \  
4 - -h ${CONTAINER} \  
5 - -u $(id -u):$(id -g) -e HOME=${HOME} -e USER=${USER} -v ${HOME}:${HOME} \  
6 - -v /etc/passwd:/etc/passwd:ro \  
7 - -v /etc/group:/etc/group:ro \  
8 - -v /etc/shadow:/etc/shadow:ro \  
9 - -v /etc/sudoers:/etc/sudoers:ro \  
10 - -v /etc/timezone:/etc/timezone:ro \  
11 - -v /etc/localtime:/etc/localtime:ro \  
12 - -v $(pwd):/work -v /nfs:/nfs -v /tftpboot:/tftpboot \  
13 - ${CONTAINER} $@