Skip to content

Commit e7115ee

Browse files
committed
Test volume mountpoint
1 parent 6d0b404 commit e7115ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CI/Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ node {
1010
sh 'docker volume create vol-out'
1111
sh 'docker volume ls'
1212
sh 'docker volume inspect vol-in'
13+
sh 'ls /var/lib/docker/volumes/vol-in/_data'
14+
sh 'touch /var/lib/docker/volumes/vol-in/_data/test.txt'
15+
sh 'ls /var/lib/docker/volumes/vol-in/_data'
1316
}
1417

1518
stage('Build image') {

0 commit comments

Comments
 (0)