Skip to content

Commit dcc556a

Browse files
author
Nomsy
committed
README.md fix
1 parent ae6282d commit dcc556a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ This tutorial uses the following:
1616
1. Step 1: [Setting Up](https://github.com/truency/docker-discordjs-tutorial/blob/master/1.%20Setting%20Up.md)
1717
2. Step 2: [Creating The Project](https://github.com/truency/docker-discordjs-tutorial/blob/master/2.%20Creating%20The%20Project.md)
1818
3. Step 3: [Creating the Dockerfile and Running!](https://github.com/truency/docker-discordjs-tutorial/blob/master/3.%20Creating%20the%20Dockerfile%20and%20Running!.md)
19-
4. * Step 4: [Using Docker Compose]()
20-
5. * Step 5: [Customizing your containers]()
21-
6. * Step 6: [Swarming your containers]()
22-
7. * More tutorials may be coming soon!
19+
4. Step 4: [Using Docker Compose](https://github.com/truency/docker-discordjs-tutorial/blob/master/4.%20docker-compose%20installation!.md)
20+
5. Step 5: [Bot, Meet Redis](https://github.com/truency/docker-discordjs-tutorial/blob/master/5.%20Bot%2C%20Meet%20Redis.md)
21+
6. * More tutorials may be coming soon!
2322

2423
### What is Docker?
2524
Docker is a project that automates the deployment of application inside of software containers. This means it will have it's own kernel, system, operating system, etc without directly effecting the host operating system. To put it in easier terms: You put your application inside a mini-fridge. Take that mini-fridge and put it inside of the big refrigerator. The fridge being the server. It has no effect on the fridge's internal mechanisms, and it keeps it "running" inside it's own happy little world.

0 commit comments

Comments
 (0)