Created
January 6, 2023 05:58
-
-
Save likejazz/b9e3eadb39e941ddda77f11a3bc8fb6c to your computer and use it in GitHub Desktop.
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
CONTAINER_ID=$(docker ps --format '{{.Names}}') | |
docker exec $CONTAINER_ID /usr/sbin/service ssh start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment