Docker common image installation and operation

Source: Internet
Author: User
Tags rabbitmq

# Redis
# # Download Image
> Docker Pull Daocloud.io/daocloud/dao-redis:master-init

# # Run
> Docker run-p 6379:6379-d--name Redis--restart=always Redis

# Zookeeper
# # Download Image
> Docker Pull Zookeeper:latest

# # Start Zookeeper
> Docker run-d--name zookeeper--publish 2181:2181--volume/etc/localtime:/etc/localtime--restart=always Zookeeper : Latest

# RabbitMQ

# # Find Mirrored Docker search RABBITMQ

# # Download Docker pull rabbitmq or Docker pull Rabbitmq:management

# # Start

```
Docker run-d--name rabbitmq-p 5672:5672-p 25672:25672 rabbitmq:latest

Docker run-d--name rabbitmq--publish 5,671:5,671 \
--publish 5672:5672--publish 4369:4369--publish 25672:25672--publish 15671:15671--publish 15,672:15,672 \
Rabbitmq:management
```

# Fastdfs


```
Docker Pull Luhuiguo/fastdfs

Docker run-dti-p 22122:22122--restart=always--name fastdfstracker-v/home/docker/data/fastdfs/tracker:/var/fdfs Luh Uiguo/fastdfs Tracker

Docker run-dti--restart=always--name storage0-e tracker_server=192.168.0.129:22122-v/home/docker/data/fastdfs/ Storage0:/var/fdfs Luhuiguo/fastdfs Storage

Docker run-dti--restart=always--network=host--name storage0-e tracker_server=192.168.0.129:22122-v/home/docker/da Ta/fastdfs/storage0:/var/fdfs Luhuiguo/fastdfs Storage

Docker run-dti--network=host--name storage1-e tracker_server=10.1.5.85:22122-e-v/var/fdfs/storage1:/var/fdfs Luhui Guo/fastdfs Storage

Docker run-dti--network=host--name storage2-e tracker_server=10.1.5.85:22122-e group_name=group2-e port=22222-v/va R/fdfs/storage2:/var/fdfs Luhuiguo/fastdfs Storage
```
# Jenkins

```$
Docker run-d-P 8090:8080-p 50000:50000-u root--restart=always-v/usr/local/jenkins:/var/jenkins_home Jenkins/jenkin S:lts
```


Docker common image installation and operation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.