Skip to content

Funami580/docker-getnative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker getnative

Dockerfile for getnative.

Build Docker image

$ ./build.sh

A data directory will be created in the root path. You can put there e.g. some file called myimage.png.

Run container

After building the image, you can do:

$ ./run.sh getnative myimage.png

The results of getnative can be found in the data directory.

It is also possible to enter the container with:

$ ./run.sh

Clean up

Deletes the images and containers used by getnative as well as the data directory.

$ ./cleanup.sh

About

Dockerfile for getnative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published