[go: nahoru, domu]

Skip to content

Skipper provides Perfect ORM Definitions in a few seconds

License

Notifications You must be signed in to change notification settings

RichVRed/docker-skipper

Repository files navigation

Skipper

Docker Pulls Docker Stars GitHub issues license

Docker container to install and run skipper

Installation / Usage

  1. Install the rvannauker/skipper container:
docker pull rvannauker/skipper
  1. Run skipper through the skipper container:
docker run --rm --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --volume $(pwd):/workspace --name="skipper" "rvannauker/skipper"

Download the source:

To run, test and develop the Skipper Dockerfile itself, you must use the source directly:

  1. Download the source:
git clone https://github.com/RichVRed/docker-skipper.git
  1. Build the container:
docker build --force-rm --tag "rvannauker/skipper" --file skipper.dockerfile .
  1. Test running the container:
docker run --rm --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" --volume $(pwd):/workspace --name="skipper" "rvannauker/skipper"

About

Skipper provides Perfect ORM Definitions in a few seconds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published