====== Systems - Docker Main - Initial Setup ======
Start the Ubuntu VM.
----
===== Update Ubuntu =====
sudo apt update
sudo apt upgrade
----
===== Configure the Timezone =====
sudo dpkg-reconfigure tzdata
**NOTE:** Select the appropriate location.
----
===== Check the date and time =====
date
**NOTE:** Ensure the date and time are correct.