Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aspnetboilerplate/module-zero-core-template-docker
Docker image for module-zero-core-template
https://github.com/aspnetboilerplate/module-zero-core-template-docker
Last synced: about 2 months ago
JSON representation
Docker image for module-zero-core-template
- Host: GitHub
- URL: https://github.com/aspnetboilerplate/module-zero-core-template-docker
- Owner: aspnetboilerplate
- License: mit
- Created: 2018-02-12T07:46:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T13:49:14.000Z (over 2 years ago)
- Last Synced: 2024-04-11T15:39:29.829Z (9 months ago)
- Language: C#
- Size: 2.38 MB
- Stars: 17
- Watchers: 10
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Important
Issues of this repository are tracked on https://github.com/aspnetboilerplate/aspnetboilerplate. Please create your issues on https://github.com/aspnetboilerplate/aspnetboilerplate/issues.
## Introduction
This is the repository of the [ABP startup template docker image](https://hub.docker.com/r/volosoft/abp-template/).
### Download`docker pull volosoft/abp-template`
### Run
Run docker container:
`docker run -p 9902:80 volosoft/abp-template`
Browse the application:
http://localhost:9902
#### Login Credentials
````
Username: admin
Password: 123qwe
````### Documentation
The documentation of the startup template:
* [ASP.NET Core & Angular version.](https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Angular)
### License
[MIT](LICENSE).