Login
Register
Questions
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.
Please ask questions only in English or French.
Release 2.12.3 available
The official documentation can be found on
https://wiki.ocsinventory-ng.org
. Read it before asking your question.
Categories
All categories
OCS Inventory NG server
(2.5k)
OCS Inventory NG agent
(1.5k)
OCS Inventory NG plugins
(69)
Network features
(140)
IP Discover
(53)
SNMP
(42)
Package deployment
(45)
Developers
(128)
Docker Default Network Conflict
We use the 127.18.x.x address range for our wireless network. How can we change the default network for the docker containers?
docker
network
asked
Aug 20
in
IP Discover
by
wgalway
(
690
points)
Share on
share on gp
share on fb
share on tw
share on li
Please
log in
or
register
to answer this question.
1
Answer
0
votes
I figured it out...
Add this to the yaml instead of localocs:
For example
networks:
ocsnet:
ipv4_address: 172.14.0.5
networks:
localocs:
ocsnet:
driver: bridge
ipam:
config:
- subnet: 172.14.0.0/24
gateway: 172.14.0.1
answered
Aug 20
by
wgalway
(
690
points)
Please
log in
or
register
to add a comment.
Powered by
Question2Answer
...