UNPKG

tooltwist

Version:
34 lines (19 loc) 505 B
/* Init Steps: - just create tooltwist.js Build Steps: (within Gruntfile) 1. Create a unique image and container name 2. If a specialized image is required - Create dockerfile - docker build -t <imageName> . 3. Start the server -docker run -p {{&CONTAINER_HTTP_PORT}}:8080 --name <containerName> <imageName> /sbin/my_init 4. Pair FIP 5. Generate 6. Regular Grunt stuff 7. Install files via FIP 8. Stop the server 9. Commit, publish, export, etc 10. Remove the image and the container */