Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9a892dd1 authored by Michel Daviot's avatar Michel Daviot
Browse files

startup shell scripts

parent 82f5630b
No related branches found
No related tags found
No related merge requests found
sudo docker build -t code_elevator .
run.sh 0 → 100755
sudo docker run --name code_elevator_container code_elevator
#replace 9000 by whatever port you want to expose ie 80
sudo docker run -d -p 9000:8080 --volumes-from code_elevator_container jetty:9.2.9-jre8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment