国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

P1【Udemy付費課程】 Docker and Kubernetes: The

2022-08-08 16:17 作者:我命我掌控  | 我要投稿





docker run helllo-world







?
016 Overriding Default Commands P12 - 02:18
?

// override

docker run busybox ls





// error

docker run hello-world ls







?
017 Listing Running Containers P13 - 00:24
?

docker ps




docker run busybox ping google.com




docker ps --all






?
018 Container Lifecycle P14 - 03:05
?

docker create hello-world



// -a: print the output information

// without '-a': cannot see anything

docker start -a 'CONTAINER ID'







?
019 Restarting Stopped Containers P15 - 01:41
?

// stop a container

docker start -A 'CONTAINER ID'







?
020 Removing Stopped Containers P16 - 00:32
?

docker system prune





?
021 Retrieving Log Outputs P17 - 01:56
?

docker logs 'CONTAINER ID'






?
022 Stopping Containers P18 - 03:45
?

// stop a Container

// SIGTERM

docker stop 'CONTAINER ID'



// SIGKILL

docker kill 'CONTAINER ID'








docker run redis






docker ps







// exec: execute

// -it: input

// -it: -i -t

docker exec -it 'CONTAINER ID' redis-cli






// STDIN: standard input

docker exec -i 'CONTAINER ID' redis-cli

// -t: tabulation, format the results





// use docker container shell

docker exec -it 'CONTAINER ID' sh




// quit

Ctrl + D


exit





docker run -it busybox sh





// container 1

touch hithere


ls


// container 2

touch hello


ls








?
031 Building a Dockerfile P26 - 01:09
?

mkdir redis-image




?
031 Building a Dockerfile P26 - 02:33
?

// create 'Dockerfile'


FROM alpine
RUN apk add --update redis
CMD ["redis-server"]


docker build .


docker run 'CONTAINER ID'







?
036 Rebuilds with Cache P31 - 01:48
?

docker build .







?
037 Tagging an Image P32 - 00:24
?

docker run 'CONTAINER ID'






?
037 Tagging an Image P32 - 02:33
?

docker build -t stephengrider/redis:latest .



docker run stephengrider/redis






?
039 Manual Image Generation with Docker Commit P33 - 02:01
?

docker run -it alpine sh



docker commit -c 'CMD ["redis-server"]' 'CONTAINER ID'



docker run 'CONTAINER ID'






?
047 Container Port Mapping P40 - 00:43
?

mkdir simpleweb






?
062 Development Workflow P55 - 00:57
?





?
192 Mapping Existing Knowledge P146 - 00:03
?

minikube status



kubectl cluster-info






P1【Udemy付費課程】 Docker and Kubernetes: The的評論 (共 條)

分享到微博請遵守國家法律
武清区| 四会市| 洱源县| 吉木萨尔县| 蒙城县| 芜湖县| 锡林郭勒盟| 平罗县| 密云县| 曲麻莱县| 温宿县| 武威市| 神木县| 昌都县| 盐源县| 古蔺县| 赤壁市| 遂昌县| 威远县| 浏阳市| 海林市| 辉县市| 农安县| 达尔| 邵阳县| 七台河市| 江阴市| 绥棱县| 陈巴尔虎旗| 无极县| 阳东县| 寿阳县| 东兰县| 旅游| 济阳县| 东海县| 泗阳县| 新巴尔虎左旗| 句容市| 苗栗县| 婺源县|