Search: "serverecho echo"
One-click Deployment of a Hadoop Distributed Cluster on Alibaba Cloud blog
;mv id_rsa bak.id_rsa \n", "mv id_rsa.pub bak.id_rsa.pub \n", "echo '-----BEGIN RSA PRIVATE KEY ...
Kubernetes Init Containers blog
', 'echo The app is running! && sleep 3600'] initContainers: - name: my-init-container-1 image: busybox ...
Pod Lifecycle, Container Lifecycle, Hooks and restartPolicy blog
-container image: busybox command: ['sh', '-c', 'echo The Pod is running && sleep 6' ...
Getting to Know Dockerfile Instructions: Part 3 blog
variable substitution does not happen using the exec form. ``` nano Dockerfile ``` Content: ``` FROM alpine:3.8 RUN echo $HOME ...
Use Istio route rules to control ingress TCP traffic - Container Service for Kubernetes Documentation
creates one service tcp-echo, and two deployments tcp-echo-v1 and tcp-echo-v2 that are labeled with app: tcp-echo. The service tcp ...
Traffic Management with Istio (1): Unified Management of TCP Ingress Traffic Routing based on Istio blog
``` cd k8s kubectl apply -f deployment.yml kubectl apply -f service.yml ``` This command creates 1 service (`tcp-echo`) and 2 ...
Continuous delivery - Elastic Compute Service Documentation
string export RDS_CONNECTION_STRING=$(terraform output app_rds_connection_string) echo $RDS_CONNECTION_STRING The last ...
Create a Gateway - E-MapReduce Documentation
: the file that stores the password of the master node. #! /usr/bin/bash if [ $# ! = 2 ] then echo " ...
Sample workflow templates - Container Service for Kubernetes Documentation
: - name: echo inputs: parameters: - name: message container: image: alpine:3.7 command: [echo ...
  • 1
  • 2
  • 3
  • 4
  • ... 30
  • >
  •  Total 294 items