Skip to content

Instantly share code, notes, and snippets.

View atithi4dev's full-sized avatar
🫠
Available ✌🏻

Atithi Singh atithi4dev

🫠
Available ✌🏻
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Docker-scout – Open Source Docker Control Platform</title>
<meta name="description" content="Docker-scout: Open-source Docker management platform with metrics, container control, networks, and reverse proxy.">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DocScout – Open Source Docker Control Platform</title>
<meta name="description" content="DocScout: Open-source Docker management platform with metrics, container control, networks, and reverse proxy.">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root {
FROM gcr.io/kaniko-project/executor:debug AS kaniko
FROM alpine:3.14.2
RUN apk --update add \
nodejs \
npm \
git \
bash