LoginSignup
0
1

More than 5 years have passed since last update.

SSE(Server-Sent-Event)のサンプルを docker 上で実行する

Last updated at Posted at 2017-08-20

$ git clone https://github.com/abhirockzz/javaee8-jaxrs-sse-client.git

$ cd javaee8-jaxrs-sse-client
$ mvn clean install
$ docker build -t javaee8-jaxrs-sse-client

# 実行(一度目は例外が発生したが、再度実行したら成功した)
$ docker run --rm --name javaee8-jaxrs-sse-client -it -p 8080:8080 javaee8-jaxrs-sse-client
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1