Skip to content

emdem/docker-wmls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WMLS - Witsml Tester

This is a container that can be used to automate testing for witsml servers.

To use this Dockerfile, build the image and run it like so for automated tests:

docker run -e WITSML_STORE_URL=storeurl -e WITSML_USER=username -e WITSML_PASSWORD=password emdem/docker-wmls 

Alternately, set the environment variables in the env file and run like so:

docker run --env-file=env emdem/docker-wmls

If you want to run custom XML queries:

docker run --env-file=env -v path/to/local/xmlfolder:/root/wmls/xmlfolder emdem/docker-wmls xmlfolder/xmlfile --args

About

Witsml Client docker file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages