The following scripts are available for working with Docker images and containers.
npm run docker:build
- Create the Docker image. Also run this script to update the image when the Dockerfile changes.npm run docker:rebuild
- Create the Docker image from scratch.npm run docker:start
- Start the Docker container. Once the application is built, it can be found at https://localhost:3128npm run docker:stop
- Stop the Docker containernpm run docker:restart
- Restart the Docker containernpm run docker:ci
- Build WV and run the end-to-end tests using Firefox in a headless environmentnpm run docker:shell
- Run an interactive shell inside the container.npm run docker:shellwin
- Run an interactive shell inside the container (Windows usingwinpty
).