Skip to content

Instantly share code, notes, and snippets.

View ot-johnny-davila's full-sized avatar

Johnny ot-johnny-davila

View GitHub Profile
@ot-johnny-davila
ot-johnny-davila / index.html
Created September 29, 2020 14:23
Vuetify Template
<script type="text/x-template" id="app-template">
<v-app>
<v-container>
<v-slider
v-model="value"
step="10"
ticks="always"
tick-size="4"
label="Bugs"
/>
helm repo update
helm list
helm delete << whatever >> --purge
# Stop all containers
docker stop `docker ps -qa`
# Remove all containers
docker rm `docker ps -qa`
# Remove all images
docker rmi -f `docker images -qa `
# Remove all volumes