Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 249 Bytes

commands.md

File metadata and controls

13 lines (9 loc) · 249 Bytes

Sometimes you need to run some sort of cli tool or command.

Run Redis-CLI:

docker run --rm -ti --name rediscli --net host redis:alpine /bin/sh

Run Ubuntu

docker run --rm -it -v `pwd`:`pwd` -w `pwd` ubuntu:18.04 bash