Sign inSign up

herloct/sencha-cmd

By herloct

Updated about 10 years ago

Docker image to run Sencha Cmd.

Image
7

1.4K

herloct/sencha-cmd repository overview

Docker image to run Sencha Cmd.

What's Inside

This image is based of Java 8 JRE Image

  • Sencha CMD 6.1
  • Ruby 2.1

How to use this image

Basic usage

docker run --rm -v /local/path:/project herloct/sencha-cmd [<options>]

For example, to generate new ExtJS application on current directory

docker run --rm -v "$(pwd)":/project herloct/sencha-cmd -sdk /path/to/ext-x.x.x.x generate app MyApp .

To build an application on current directory

docker run --rm -v "$(pwd)":/project herloct/sencha-cmd app build

Or, you can use Docker Compose's docker-compose.yml

sencha:
    image: herloct/sencha-cmd
    volumes:
        - /local/path:/project

And run it via

docker-compose run sencha [<options>]

Tag summary

Content type

Image

Digest

Size

192.5 MB

Last updated

about 10 years ago

docker pull herloct/sencha-cmd