Skip to content

Instantly share code, notes, and snippets.

@rogersilvasouza
Created June 16, 2022 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogersilvasouza/b21604defe88bc395900569ebb34fd7c to your computer and use it in GitHub Desktop.
Save rogersilvasouza/b21604defe88bc395900569ebb34fd7c to your computer and use it in GitHub Desktop.
Run quick machine to testing apps or job applications
# 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