Changes between Version 11 and Version 12 of Csle2022/Agenda/Containers


Ignore:
Timestamp:
Nov 25, 2022, 12:17:21 PM (2 years ago)
Author:
dushmantha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/Containers

    v11 v12  
    101101
    102102Make '''Dockerfile''' and insert the following content to it.
     103
     104
     105{{{
     106nano Dockerfile
     107}}}
    103108
    104109{{{
     
    221226    enp0s3:
    222227      dhcp4: yes
    223     bridges:
    224       lxdbr0:
    225         dhcp4: yes
    226         interfaces:
    227           - enp0s3
     228  bridges:
     229    lxdbr0:
     230      dhcp4: yes
     231      interfaces:
     232        - enp0s3
    228233}}}
    229234