Docker to add a mapping port to a running container

Source: Internet
Author: User
Tags docker run
Docker to add a mapping port to a running container Method 1

1, obtain the container IP

Change Container_name to the container name in the actual environment

Docker inspect ' container_name ' | grep IPAddress

2. Iptable turn to the opening port

Map the container's 8000 ports to Port 8001 on the Docker host

Iptables-t nat-a  docker-p tcp--dport 8001-j dnat--to-destination
Method 2

1. Submit a running container for mirroring

Docker commit Containerid Foo/live

2. Run mirroring and add ports

Docker run-d-P 8000:80  Foo/live/bin/bash

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.