Changes between Version 2 and Version 3 of Csle2022/Agenda/Containers
- Timestamp:
- Oct 19, 2022, 11:34:17 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/Containers
v2 v3 6 6 '''Requirements:''' 7 7 8 Participants are requested to have a computer with Windows 8/10/11 (8GB RAM, 25GB free disk space) with Virtualbox (version 6 or higher) hypervisor and Pu ttyinstalled.[[BR]]8 Participants are requested to have a computer with Windows 8/10/11 (8GB RAM, 25GB free disk space) with Virtualbox (version 6 or higher) hypervisor and PuTTY installed.[[BR]] 9 9 10 10 In Virtualbox, 'Extension pack' should be installed. … … 33 33 Test internet connectivity.[[BR]] 34 34 35 Login using Putty. 35 Login using PuTTY. 36 37 '''Setup LXC''' 38 39 Initiate LXC. 40 41 {{{ 42 sudo lxd init 43 }}} 44 45 46 '''Cloning''' 36 47 37 48 == Docker Lab == … … 127 138 Setup a Docker image 128 139 129 140 Create a directory and go inside it. 130 141 {{{ 131 142 mkdir <directory name> 132 }}} 133 134 135 {{{ 136 nano Dockerfile 137 }}} 138 139 143 cd <directory name> 144 }}} 145 146 Make '''Dockerfile''' and insert the following content to it. 140 147 141 148 {{{ … … 147 154 148 155 149 nano index.php 156 Make ''' index.php''' and insert the following content to it. 150 157 151 158 {{{ … … 193 200 }}} 194 201 195 202 Now you can view the uploaded Docker image in your Docker Hub account.