Skip to content

Commit 015435c

Browse files
committed
Remove SNAPSHOT from Dockerfile definition.
1 parent f74e3b8 commit 015435c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By default, the container has an embedded Spark distro and runs using Spark loca
1616

1717
To change the spark master the container runs against, set SPARK_MASTER when you start the container:
1818

19-
docker run -d -p 8090:8090 -e SPARK_MASTER=mesos://zk://mesos.master:5050 velvia/spark-jobserver:0.5.2-SNAPSHOT
19+
docker run -d -p 8090:8090 -e SPARK_MASTER=mesos://zk://mesos.master:5050 velvia/spark-jobserver:0.5.2
2020

2121
You can easily change the amount of memory job server uses with `JOBSERVER_MEMORY`, or replace the entire config job server uses at startup with `JOBSERVER_CONFIG`.
2222

@@ -51,4 +51,4 @@ Logging goes to stdout, as per standard Docker conventions. Therefore:
5151
* Use `docker logs --tail=100 <containerHash>` to list the last 100 lines
5252
* Use Docker logging drivers to redirect logs to syslog, SumoLogic, etc.
5353

54-
## Marathon
54+
## Marathon

0 commit comments

Comments
 (0)