### Container Networking with Links
It’s all about networking! For this activity, President Squawk has requested your aid in creating a super-duper secret network for transport of secure information between the official `SpaceBones` website & database. As our resident Docker expert, use legacy `Docker links` to create a linked network between `SpaceBones:thewebsite` & the `treatlist` Postgres database.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Verify SpaceBones Container is Running
If not running, start a new container using the Docker container image
spacebones:thewebsite
- Create Treatlist Container
If not already running, create a new container from the
spacebones/postgres
image namedtreatlist
.- Create Network Link
Link the
spacebones
container with thetreatlist
container using legacy docker network links