You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot-online-exam/start.sh

4 lines
165 B

2 months ago
#!/bin/bash
docker rm -f exam
docker run -d -p 80:9527 -p 3306:3306 --name exam --privileged=true waterknife/exam /usr/sbin/init
docker exec exam /lsg/entrypoint.sh