Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 214 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 214 Bytes

Ionic Framework Image

Usage

Simply run

docker run -it govargo/ionic sh

Port fowarding and PersistentVolume

mkdir app
docker run -it -p 8100:8100 -v $(pwd)/app:/usr/src/app govargo/ionic sh