-
Notifications
You must be signed in to change notification settings - Fork 0
TJ4: Docker
dthomsen116 edited this page Feb 21, 2022
·
1 revision
This lab was focused on configuring a new Ubuntu box (docker01) and using Docker to set it up. This was my first run in with Ubuntu, but it is very similar to other Linux builds so it was not too much difficulty
- Create named sudo user
- Backup the network config file
- Edit the new copy and edit it to the box's needs
- Change Hostname
- Join the Domain
- install packages to allow you to join the box to the AD
- Create the A and PTR records for this box on the AD
- Docker Install and Setup Process
- Docker-Compose Set Up
- Add user to docker group
- Install Wordpress
As always, Syntax was a big problem and caused my config file to not work properly for a few hours. The solution (as much as I hate to admit) was literally to just copy and paste it from the example that was given.
Another issue was working around the differences between Ubuntu and Centos. While these are very similar OSes, there are very slight differences (yum->apt) that had thrown me off. Overall though I enjoyed working with a new Machine and New OS.