Skip to content

Commit dbbddfd

Browse files
committed
update image name & command line
Signed-off-by: Ranjith <[email protected]>
1 parent b5fd3d3 commit dbbddfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vagrant/mesos-cni/cni_task.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ rm -f "$JSON_FILE"
7474
cat > "$JSON_FILE" << JSON_SCRIPT
7575
{
7676
"id": "$JOB_NAME",
77-
"cmd": "python3 -m http.server 9002",
77+
"cmd": "python -m SimpleHTTPServer 9002",
7878
"cpus": 1,
7979
"mem": 500,
8080
"disk": 0,
@@ -83,7 +83,7 @@ cat > "$JSON_FILE" << JSON_SCRIPT
8383
"type": "MESOS",
8484
"volumes": [],
8585
"mesos": {
86-
"image": "ubuntu:latest",
86+
"image": "ubuntu:14.04",
8787
"privileged": false,
8888
"parameters": [],
8989
"forcePullImage": false

0 commit comments

Comments
 (0)