Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 247 Bytes

docker-scripts.md

File metadata and controls

13 lines (7 loc) · 247 Bytes

Login Artifactory Repository

docker login coding-camp.artifactory.sybit.de

Docker build

docker build -t battleship:local .

Docker starten

docker run -d -p 8080:8080 --name battleship battleship:local

Docker compose als txt