docker-getting-started icon indicating copy to clipboard operation
docker-getting-started copied to clipboard

Getting Started Template for Docker Users

Results 6 docker-getting-started issues
Sort by recently updated
recently updated
newest added

I implement below actions, but met above error: 1. git clone docker-getting-started.git 2. cd docker-getting-started 3. bin/docker-run-typescript.sh met below error, please help me to resolve it. > Starting Docker Container...

我现在已经走通了 docker-python客户端-微信 这个流程。 但是如果想支持多个微信同时登录,就需要多个token,那是不是意味着我需要启动多个docker,每个docker对应一个token。 盼回复~

Hello, I use centos in Virtualbox on windows. installed some dependences such as typescript, npm, nodejs and others. I set below env variables: export WECHATY_PUPPET=wechaty-puppet-padlocal export WECHATY_PUPPET_PADLOCAL_TOKEN='puppet_padlocal_xxx_token_xxx' then run below...

Is this repository up to date? I'm trying to run this demo but getting error. Here is what I did: ``` git clone https://github.com/wechaty/docker-wechaty-getting-started cd docker-wechaty-getting-started bin/docker-run-typescript.sh ``` Then I...