R
R
Roma7412020-09-08 17:38:23
Docker
Roma741, 2020-09-08 17:38:23

How to turn from a single image to another on one PC?

hello everyone

I'm using version 19.03.12 there was a need from one image to turn to another on one computer I tried by ip images does not find what you can think of?
Thank you

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton, 2020-09-08
@Roma741

It's in my notes, so I didn't get around to trying it, but this is how you can create a bridge
**Docker with ips example:**
```
my_net:
driver:bridge
ipam:
config:
- subnet: 172.10.0.0/16
getaway: 172.10.0.254
Then assign networks:
my_net:
ipv4_address: 172.10.0.4
```
https://docs.docker.com/network/bridge/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question