Skip to content

Instantly share code, notes, and snippets.

View rabiayilmazz's full-sized avatar
:octocat:
I may be slow to respond.

Rabia Yılmaz rabiayilmazz

:octocat:
I may be slow to respond.
View GitHub Profile
@rabiayilmazz
rabiayilmazz / install_docker-UBUNTU.sh
Last active July 3, 2023 04:51
container engie bash script
#!/bin/bash
# Update the package manager
sudo apt-get update
# Install dependencies
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg lsb-release
# Add Docker’s official GPG key
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
@rabiayilmazz
rabiayilmazz / Dockerfile
Created July 3, 2023 04:51
Build an image with Dockerfile
# USAGE:
#
# # Build tetris image
# docker build -t tetris .
#
# docker run -it tetris
#
# Base docker image
FROM alpine:latest
@rabiayilmazz
rabiayilmazz / k9s.sh
Created September 11, 2023 13:18
kubectl-k9s
# k9s.sh
curl -sS https://webi.sh/k9s | sh
export TERM=xterm-256color
ll /root/.local/bin/k9s
# run the below command for finish
source ~/.config/envman/PATH.env
# test
k9s