Curl silently
This commit is contained in:
		@@ -5,7 +5,7 @@ if ! command -v docker &>/dev/null; then
 | 
			
		||||
	DOCKER_COMPOSE_VERSION="2.27.0"
 | 
			
		||||
	DOCKER_CONFIG=${DOCKER_CONFIG:-$HOME/.docker}
 | 
			
		||||
	mkdir -p $DOCKER_CONFIG/cli-plugins
 | 
			
		||||
	curl -SL https://github.com/docker/compose/releases/download/v$DOCKER_COMPOSE_VERSION/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
 | 
			
		||||
	curl -sSL https://github.com/docker/compose/releases/download/v$DOCKER_COMPOSE_VERSION/docker-compose-linux-x86_64 -o $DOCKER_CONFIG/cli-plugins/docker-compose
 | 
			
		||||
	chmod +x $DOCKER_CONFIG/cli-plugins/docker-compose
 | 
			
		||||
 | 
			
		||||
	sudo docker create --restart unless-stopped -p 3306:3306 --name=mysql8 -e MYSQL_ROOT_PASSWORD= -e MYSQL_ALLOW_EMPTY_PASSWORD=true mysql:8
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user