Skip to content

Server für DateTimeClient (Grundkurs Java 8)

Notifications You must be signed in to change notification settings

JoSchmidtIBW/DateTimeServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create container based on Dockerfile

docker build -t datetimeserver .

start container, exposing port 6060 to us / the client

docker run -d -p 6060:6060 --rm --name dtserver datetimeserver

stop container

you may rerun it later at any time using the docker run command from above.
docker stop dtserver

About

Server für DateTimeClient (Grundkurs Java 8)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.3%
  • Dockerfile 2.7%