aboutsummaryrefslogtreecommitdiffstats
path: root/put_in_db.js
diff options
context:
space:
mode:
Diffstat (limited to 'put_in_db.js')
-rw-r--r--put_in_db.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/put_in_db.js b/put_in_db.js
index e641187..af0a5ad 100644
--- a/put_in_db.js
+++ b/put_in_db.js
@@ -68,6 +68,14 @@ var blogs = [
keywords: ["NTP", "NTS", "SOCKS5"],
lastUpdatedAt: Date.now(),
},
+ {
+ title: "Docker, Linux, Security. Kinda.",
+ slug: "docker_linux_security",
+ body: fs.readFileSync(path.join(__dirname) + "/mds/securedocker.md"),
+ teaser: fs.readFileSync(path.join(__dirname) + "/mds/securedocker.txt"),
+ keywords: ["docker", "linux", "security"],
+ lastUpdatedAt: Date.now(),
+ },
];
db.blogposts.insertMany(blogs);