Created
June 16, 2022 09:47
-
-
Save rogersilvasouza/b21604defe88bc395900569ebb34fd7c to your computer and use it in GitHub Desktop.
Run quick machine to testing apps or job applications
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
# Machine with mailcatcher | |
docker run -d --name mailcatcher -p 1080:1080 -p 1025:1025 chatwork/mailcatcher | |
# Machine with mariadb | |
docker run --name mariadb_local -e MYSQL_ROOT_PASSWORD=secret -d -v mysql:/var/lib/mysql -p 33060:3306 mariadb:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment