Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.26 KB

README.md

File metadata and controls

50 lines (41 loc) · 2.26 KB

Entertainment event project

Task 1

Let's begin our Java story :)

Let's imagine that you are a computer science student. You have several friends who are part of rock bands and love playing their music. However, they lack opportunities to monetize their creativity. They need a system to keep track of the participants at their concerts, plan their performances, announce future events, and so on.

What to do?

Misc

Don't forget to create custom docker network to avoid any inconvenient circumstances with other docker services and keep current environment as isolated from the other projects

I can suggest to create

docker network create -d bridge --subnet 172.21.0.0/24 --gateway 172.21.0.1 dockernet