Skip to content

Instantly share code, notes, and snippets.

@virtimus
Last active December 16, 2018 10:06
Show Gist options
  • Save virtimus/ee4d551fc8701977e23956841376b6d3 to your computer and use it in GitHub Desktop.
Save virtimus/ee4d551fc8701977e23956841376b6d3 to your computer and use it in GitHub Desktop.
i3c-openapi
ln -s /i3c/i3c/i3c.sh /i
  • clone i3c-openapi repo:
cd /
git clone https://github.com/virtimus/i3c-openapi.git
  • now we build first container from i3c-openapi - "swagger-editor":
/i rb swagger-editor
  • build is ok when u see something like:
Successfully built a3f3b2e2cb99
Successfully tagged i3c/swagger-editor:v0
Successfully tagged i3c/swagger-editor:latest
  • now run the container:
/i rerun swagger-editor
  • all this can also be done with:
/i up swagger-editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment