nsaunders

Untitled

Sep 25th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. root $
  2. root $ docker images
  3. REPOSITORY TAG IMAGE ID CREATED SIZE
  4. redislabs/redis latest 59018075aa2a 11 days ago 1.2GB
  5. redis latest 84c5f6e03bf0 2 weeks ago 104MB
  6. mysql/mysql-server latest 8a3a24ad33be 2 months ago 366MB
  7. root $
  8. root $ docker inspect redis | grep URL
  9. "REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-6.0.8.tar.gz",
  10. "REDIS_DOWNLOAD_URL=http://download.redis.io/releases/redis-6.0.8.tar.gz",
  11. root $
  12. root $ docker inspect redislabs/redis | grep URL
  13. root $
  14.  
Add Comment
Please, Sign In to add comment