Skip to content

Instantly share code, notes, and snippets.

@unk
Created March 25, 2018 04:25
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 unk/6cd35f46a65ec2c722b2cf195466833c to your computer and use it in GitHub Desktop.
Save unk/6cd35f46a65ec2c722b2cf195466833c to your computer and use it in GitHub Desktop.
docker run -i -t -d -p 4040:80 -p 33060:3306 \
-v /project/name:/var/www/example.com/public_html \
--name project_name linode/lamp /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment