Courses

icon picker
Getting Started with Google Kubernetes Engine

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
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
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 (
CtrlP
) instead.