Sign inSign up

manishmittal0788/wordpresscompose

By manishmittal0788

Updated over 9 years ago

Deploy WordPress using compose in swarm

Image
0

168

manishmittal0788/wordpresscompose repository overview

tutum-docker-wordpress

the image will be used for deploying dwordpress acroos the swarm with the help of version 3 compose.yml

Usage

To create the image tutum/wordpress, execute the following command on the tutum-docker-wordpress folder:

docker build -t tutum/wordpress .

You can now push your new image to the registry:

docker push tutum/wordpress

Running your Wordpress docker image

Start your image:

docker run -d -p 80:80 tutum/wordpress

Test your deployment:

curl http://localhost/

You can now start configuring your Wordpress container!

More information

contact [email protected]

Tag summary

Content type

Image

Digest

Size

199.3 MB

Last updated

over 9 years ago

docker pull manishmittal0788/wordpresscompose