Skip to content

jbaeck/wiremock-symlinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wiremock-symlinks

Symlinks testing

Symlink to a folder not under the workdir will fail.

Build and run the container

docker build -t symlink-1 . && docker run -p 8889:8080 -v $PWD/mount-files/:/home/wiremock --name wm-symlink --rm symlink-1

URLS

http://localhost:8889/static - shows files which are shipped with the container

http://localhost:8889/symlinked - tries to access a file which is symlinked outside the root-folder and fails.

About

Symlinks testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published