Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 624 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 624 Bytes

AspNetCore-CentroFormazione

MVC Core project that allows the management of a training center via browser.

Network configuration

The docker-lan network (bridge type) was created with the command:

docker network create --driver=bridge --subnet=192.168.100.0/24 docker-lan

Deploy

dotnet visitatori