JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
2020
Introduction
Book Summaries
Projects
Other Readings/ Learning/Articles
Courses
More
Share
Explore
Courses
Getting Started with Google Kubernetes Engine
https://docs.docker.com/engine/reference/commandline/build/
docker run [ OPTIONS ] IMAGE [ COMMAND ] [ ARG ... ]
sudo docker run -d -p 8888:8888 --name py-web-server -h my-web-server py-web-server:v1
Some commands
Some commands
command
description
command
description
1
Title
Title
2
--detach , -d
Run container in background and print container ID
3
--publish , -p
Publish a container’s port(s) to the host
4
--name
Assign a name to the container
5
--hostname , -h
Container host name
There are no rows in this table
https://12factor.net/
JavaScript
gcloud container clusters create bootcamp --num-nodes 5 --scopes "https://www.googleapis.com/auth/projecthosting,storage-rw"
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.