text 搬运工人
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 搬运工人相关的知识,希望对你有一定的参考价值。
create folder mydocker
inside: create file src/index.php
Create file: Dockerfile
Inside past follow lines:
FROM php:apache
COPY src/ /var/www/html
EXPOSE 80
Build the image:
docker build -t myapp .
Run the container :
$ docker run -p 5000:80 -v D:\dockers\docker2\src:/var/www/html myapp
Visit url: http://localhost:5000
////////////////////////////////////////////////////// Remove Container ////////////////////////////////////////
Show all Containers:
$ docker container ls
Remove an Container:
$ docker rm -f put_her_container_id
////////////////////////////////////////////////////// END Remove Image /////////////////////////////////////
////////////////////////////////////////////////////// Terminal inside Container ////////////////////////////////////////
Show all Containers:
$ docker container ls
Runt Terminal in Container:
$ docker exec -ti put_her_container_id bash
////////////////////////////////////////////////////// END Terminal inside Container /////////////////////////////////////
// Show all docker images
$ docker image ls
以上是关于text 搬运工人的主要内容,如果未能解决你的问题,请参考以下文章
text 搬运工人
text 搬运工人
text 搬运工人
text 搬运工人
text 搬运工人
text 搬运工人