I hereby claim:
- I am deamonmv on github.
- I am deamonmv (https://keybase.io/deamonmv) on keybase.
- I have a public key ASCku9t-JfnMHik8LpG_SnVwftL2-m6l_mPyJbBNMk4D3Qo
To claim this, I am signing this object:
package main | |
import ( | |
"fmt" | |
"log" | |
"strconv" | |
"github.com/miekg/dns" | |
) |
version = 2 | |
root = "/var/lib/containerd" | |
state = "/run/containerd" | |
plugin_dir = "" | |
disabled_plugins = [] | |
required_plugins = [] | |
oom_score = 0 | |
[grpc] | |
address = "/run/containerd/containerd.sock" |
--- | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: wordpress-mysql | |
namespace: jenkins | |
labels: | |
app: wordpress | |
spec: | |
ports: |
jenkins: | |
agentProtocols: | |
- "JNLP4-connect" | |
- "Ping" | |
authorizationStrategy: | |
loggedInUsersCanDoAnything: | |
allowAnonymousRead: false | |
clouds: | |
- kubernetes: | |
containerCap: 10 |
I hereby claim:
To claim this, I am signing this object:
# add this line into /etc/inputrc | |
# | |
"\e[A": history-search-backward | |
"\e[B": history-search-forward |
#!/bin/bash | |
if [ "$#" -eq "0" ]; then | |
echo "Need to specify docker image name" | |
echo "In case if you want to see how much images do you have, just specify image name" | |
echo "Also need to specify count of lines(i.e. count of images) which will be saved" | |
echo "Should be something like this: docker-image-deletion.sh 'jenkins' 2" | |
exit 1 | |
fi | |
NUM="^[0-9]+&" |