Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).