Skip to content

Commit e42dd8c

Browse files
committed
refactor: update commands
1 parent fedc577 commit e42dd8c

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

docker/docker-commands.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
######################################################################
22

3+
docker container run --rm -it --name busybox busybox:latest
4+
docker container run --rm -it --name dnstools infoblox/dnstools:latest
5+
6+
######################################################################
7+
38
### process
49
sudo pgrep -xa dockerd | grep dockerd
510
sudo pgrep -xa docker-proxy | grep docker-proxy

docker/docker-compose-commands.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docker compose up --detach
1414
docker compose up -d
1515

1616
docker compose start
17-
docker-compose restart
17+
docker compose restart
1818

1919
######################################################################
2020

docker/tool/base64-encoded.sh

Lines changed: 0 additions & 6 deletions
This file was deleted.

docker/tool/docker-run-busybox-commands.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

docker/tool/docker-run-dnstools-commands.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

linux/bash-commands.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ alias watch="watch "
2929

3030
######################################################################
3131

32+
### base64
33+
echo -n ${USERNAME}:${PASSWORD} | base64
34+
35+
######################################################################
36+
3237
### location
3338

3439
export LS_COLORS="di=36:ln=38;5;210:or=31:so=32:pi=33:ex=32:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43"

0 commit comments

Comments
 (0)