fix container image field - get as close to no value as currently possible

This commit is contained in:
gabemontero 2016-05-13 12:02:03 -04:00
parent 77f7d4bec3
commit 067d9b0bad
2 changed files with 3 additions and 3 deletions

View file

@ -158,7 +158,7 @@
"containers": [ "containers": [
{ {
"name": "django-psql-example", "name": "django-psql-example",
"image": "django-psql-example", "image": " ",
"ports": [ "ports": [
{ {
"containerPort": 8080 "containerPort": 8080
@ -296,7 +296,7 @@
"containers": [ "containers": [
{ {
"name": "postgresql", "name": "postgresql",
"image": "postgresql", "image": " ",
"ports": [ "ports": [
{ {
"containerPort": 5432 "containerPort": 5432

View file

@ -158,7 +158,7 @@
"containers": [ "containers": [
{ {
"name": "django-example", "name": "django-example",
"image": "django-example", "image": " ",
"ports": [ "ports": [
{ {
"containerPort": 8080 "containerPort": 8080