Last active
March 5, 2022 15:43
-
-
Save cozingo/e35ef287080b55a6baa1623275d5d7d1 to your computer and use it in GitHub Desktop.
docker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker compose run --rm composer install | |
docker exec -it [containder-id] /bin/bash | /bin/sh | |
docker container|image list |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host key verification failed: | |
ssh-keyscan -t rsa [url] > ~/.ssh/known_hosts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command: ["sleep","infinity"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment