Skip to content

Instantly share code, notes, and snippets.

View DarkFM's full-sized avatar
🎯
Focusing

Clinton DarkFM

🎯
Focusing
  • illumina
  • San Diego
View GitHub Profile
@DarkFM
DarkFM / Dockerfile
Last active May 6, 2024 06:29
Use privileged initContainer to mount USB block device and share mounted USB via mount propagation
FROM alpine:latest as build
# https://wiki.alpinelinux.org/wiki/How_to_get_regular_stuff_working
# Install required packages
RUN apk --no-cache add util-linux dosfstools usbutils hwdata-usb pciutils hwdata-pci udisks2
# Define the entry point
ENTRYPOINT ["/bin/sh", "-c"]
@DarkFM
DarkFM / index.html
Last active January 22, 2018 02:34
OdinProject - Google
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-wdith">
<link rel="stylesheet" href="style.css">
<title>Google</title>
</head>
<body>
<nav class="top_nav">
@DarkFM
DarkFM / index.html
Created December 31, 2016 22:37
NdKGJP
<div class="container-fluid">
<h1 class="text-center" id="headingFont">Tribute to Nelson Mandela</h1>
<div class="row">
<div class="col-md-4">
<div class="thumbnail">
<img class="img-responsive" src="http://b-i.forbesimg.com/mfonobongnsehe/files/2013/12/Mandela.jpg" alt="Image of Nelson Mandela" style="max-height:220px" />
<div class="text-center textfont">Nelson Mandela, was the face of the Anti-apartheid movement</div>
</div>
</div>