Dockerfile
docker-compose
docker run
docker logs <container_name>
/etc/docker/daemon.json
find . -type f -path "*.sh" -exec chmod +x {} +
misp-proxy
1.0.4-debian
1.0.3-ubuntu
At this site we added useful bash commands which we use very often.
Use find to search all files with an .sh extension starts at the current directory and add the execute permission.
find
.sh