Lab #3 Steps (SYS265) - wAlber47/Tech-Journal GitHub Wiki

Initial Setup

  • Configure VMWare networking so that the Docker machine is on the local network, with an IP Address of 10.0.5.12. In order to configure IP address here, you need to use Netplan. Here's a link to help.
  • Hostname should be set to "docker01-walber". In order to do this, follow this guide.
  • Create a new user that has admin access and can be remotely accessed through SSH.
  • Add proper DNS records for the server.

Installing Docker

  • Follow Steps #1, #2, and #3 on this guide.
  • To confirm that a sudo user can access docker, run docker version. You should see output with related information.

Setting Up WordPress

  • Use this guide to help you get started on the installation, you may have to work with the firewall in order to allow traffic through on specific ports. Specifically port 32768/TCP.
  • From here, you should be able to follow the installation online to log in and create web posts.