标签:证明 hello enter 技术 使用命令 img com pull dac
操作机:ubuntu 16 x64
命令:docker search redis
命令:docker pull redis
命令:docker run -p 6379:6379 -d -t redis
使用命令:redis -cli -p 6379
然后执行命令ping,若输出为pong,则证明服务成功启动。
执行命令:set k1 helloworld
get ki
会输出如下信息:
标签:证明 hello enter 技术 使用命令 img com pull dac
原文地址:https://www.cnblogs.com/zy-king-karl/p/11739134.html