Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadesoftwarenz/jade-container-examples
This example repository contains various examples that show how to use JADE containers to stand up a variety of application environments.
https://github.com/jadesoftwarenz/jade-container-examples
containers docker docker-compose jade
Last synced: about 1 month ago
JSON representation
This example repository contains various examples that show how to use JADE containers to stand up a variety of application environments.
- Host: GitHub
- URL: https://github.com/jadesoftwarenz/jade-container-examples
- Owner: jadesoftwarenz
- License: mit
- Created: 2020-09-15T10:08:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T02:20:27.000Z (10 months ago)
- Last Synced: 2024-10-10T23:20:10.459Z (about 1 month ago)
- Topics: containers, docker, docker-compose, jade
- Language: PowerShell
- Homepage: https://www.jadeworld.com/
- Size: 2.58 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JADE-container-examples
## Overview
This example repository contains various examples that show how to use JADE containers to stand up a variety of application environments. Each example has a README that explains how to deploy and run the example in a step-wise fashion as well as a single script that can be run to deploy a fully operational example environment on a laptop, PC, bare metal server or in the cloud. The repository also contains documentation on how to get started using Docker Desktop for Windows and provides a script to automate the setup process.
Note: The examples in master branch have been updated to use JADE version 2022 container images. Use the v2020 branch if you need 2020 examples.
## Documentation
[Getting Started](./Documentation/getting-started.md)
[Erewhon Example 1 - Loading schema and data.](./Documentation/ErewhonExample1.md)
[Erewhon Example 2 - Deploying a Database and Single Application Server](./Documentation/ErewhonExample2.md)
[Erewhon Example 3 - Add an IIS container and deploy a Web Shop](./Documentation/ErewhonExample3.md)
[Erewhon Example 4 - Add a REST service provider](./Documentation/ErewhonExample4.md)
## Further Reading
For more information on Windows containers, see the following documentation.
- Microsoft documentation on [Windows containers](https://docs.microsoft.com/virtualization/windowscontainers/about/index).
## Troubleshooting
If you run into trouble running Windows containers, take a look at
For information on troubleshooting Docker Desktop for Windows issues see:
## License
MIT - for more details see, the [LICENSE](./LICENSE) file.