Changes between Version 11 and Version 12 of dockerdeployment2023
- Timestamp:
- Dec 11, 2023, 8:56:54 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dockerdeployment2023
v11 v12 82 82 127.0.1.1 master 83 83 }}} 84 84 85 This ubuntu installation by default may include cdrom repository to the apt sources.list. We need remove it because no cdrom is attached. 86 87 {{{ 88 sudo nano /etc/apt/sources.list 89 }}} 90 91 Comment out the line starting with deb cdrom:... 92 93 {{{ 94 #deb cdrom:.... 95 }}} 96 85 97 Now the Ubuntu VM is ready and you can go ahead with Docker installation. 86 98