LoginSignup
9
9

More than 5 years have passed since last update.

Dockerを使ってコマンドライン2行でWordPress環境を構築

Last updated at Posted at 2016-02-12
sudo docker run --name mysql -e MYSQL_ROOT_PASSWORD=yourpassword -d mysql:5.6
sudo docker run --name wordpress --link mysql:mysql -p 80:80 -d  wordpress
9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9