File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ package manager) chart to deploy in a wink on any of these platforms.
18
18
19
19
1 . Build the PHP and Nginx Docker images:
20
20
21
- ```
21
+ ``` console
22
22
docker build -t gcr.io/test-api-platform/php -t gcr.io/test-api-platform/php:latest api --target api_platform_php
23
23
docker build -t gcr.io/test-api-platform/nginx -t gcr.io/test-api-platform/nginx:latest api --target api_platform_nginx
24
24
docker build -t gcr.io/test-api-platform/varnish -t gcr.io/test-api-platform/varnish:latest api --target api_platform_varnish
@@ -28,15 +28,15 @@ docker build -t gcr.io/test-api-platform/varnish -t gcr.io/test-api-platform/var
28
28
29
29
Docker client versions <= 18.03:
30
30
31
- ```
31
+ ``` console
32
32
gcloud docker -- push gcr.io/test-api-platform/php
33
33
gcloud docker -- push gcr.io/test-api-platform/nginx
34
34
gcloud docker -- push gcr.io/test-api-platform/varnish
35
35
```
36
36
37
37
Docker client versions > 18.03:
38
38
39
- ```
39
+ ``` console
40
40
gcloud auth configure-docker
41
41
docker push gcr.io/test-api-platform/php
42
42
docker push gcr.io/test-api-platform/nginx
@@ -104,7 +104,7 @@ kubectl --namespace=bar exec -it $PHP_POD -- bin/console doctrine:schema:create
104
104
105
105
We noticed that some tiller RBAC trouble occurred, you generally can resolve it running:
106
106
107
- ```
107
+ ```console
108
108
kubectl create serviceaccount --namespace kube-system tiller
109
109
serviceaccount "tiller" created
110
110
You can’t perform that action at this time.
0 commit comments