Fixes cyberchef script
This commit is contained in:
parent
90231cca39
commit
5490877e2e
1 changed files with 1 additions and 3 deletions
|
@ -8,8 +8,6 @@ if ! systemctl status --no-pager docker.service > /dev/null; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure the container is running
|
# Make sure the container is running
|
||||||
if ! docker container ls | grep -q mpepping/cyberchef; then
|
sudo -A docker run -d -p 8000:8000 mpepping/cyberchef
|
||||||
sudo -A systemctl start cyberchef
|
|
||||||
fi
|
|
||||||
|
|
||||||
firefox-developer-edition localhost:8000
|
firefox-developer-edition localhost:8000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue