docker system
> docker system Usage: docker system COMMAND Manage Docker Commands: df Show docker disk usage events Get real time events from the server info Display system-wide information prune Remove unused…
> docker system Usage: docker system COMMAND Manage Docker Commands: df Show docker disk usage events Get real time events from the server info Display system-wide information prune Remove unused…
sample In : import math import numpy as np import matplotlib.pyplot as plt %matplotlib inline import os os.environ += os.pathsep + '/usr/lib/python3.9/site-packages/graphviz/' In : def f(x): return 3*x**2 - 4*x…
error: perl: signature from "Frederik Schwan frederik.schwan@linux.com" is marginal trust:: File /var/cache/pacman/pkg/perl-5.36.0-3-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).Do you want to delete it? [Y/n]error: netpbm: signature from "Antonio…
E:\work\myVue\getStarted>npm install -g @vue/cli vue create vuetify-todo E:\work\myVue\getStarted\todo> vue create vuetify-todo Vue CLI v5.0.8? Please pick a preset: Manually select features Vue CLI v5.0.8✨ Creating project in E:\work\myVue\getStarted\todo\vuetify-todo.⚙️ Installing CLI…
The Progressive JavaScript Framework https://vuejs.org/
Test the use of your private registry *** GOTCHA ***
openssl req \ -newkey rsa:4096 -nodes -sha256 -keyout certs/earnhardt-docker.duckdns.org.key \ -addext "subjectAltName = DNS:earnhardt-docker.duckdns.org" \ -x509 -days 365 -out certs/earnhardt-docker.duckdns.org.crt docker run --entrypoint htpasswd httpd:2 -Bbn docker ****** > auth/htpasswd…
docker-compose down -v -v will remove all volumnes thus deleting everything use docker-compose up to rebuild