markdown 终端:SSH进入docker-compose服务container.md

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 终端:SSH进入docker-compose服务container.md相关的知识,希望对你有一定的参考价值。

See: https://docs.docker.com/compose/reference/exec/

While in the same folder as a running docker container execute the following command:

`docker-compose exec wp bash`

For a much crappier shell, type this:
`docker-compose exec wp sh`

in this example `wp` is the service defined in the `docker-compose.yml`

`docker-compose exec <service> bash`

以上是关于markdown 终端:SSH进入docker-compose服务container.md的主要内容,如果未能解决你的问题,请参考以下文章

markdown 终端cd进入USB驱动器

解决MAC电脑终端无法连接PP助手SSH通道问题

Mac使用Shell(终端)SSH连接远程服务器的方法

如何打开多个终端进入Docker容器

第一次在终端输入vagrant ssh

怎么修改linux的ssh终端远程22端口的方法