For a test image:
> docker build -t coop -f ./build/package/Dockerfile
> docker run -dit --name coop -p 3000:8080 coopThis will expose the service on http://localhost:3000
To stop the service:
> docker kill coop| Name | Name | Last commit date | ||
|---|---|---|---|---|
For a test image:
> docker build -t coop -f ./build/package/Dockerfile
> docker run -dit --name coop -p 3000:8080 coopThis will expose the service on http://localhost:3000
To stop the service:
> docker kill coop