M
M
Maxim Ivanov2016-08-28 20:17:13
Docker
Maxim Ivanov, 2016-08-28 20:17:13

Where are Docker containers edited?

https://docs.docker.com/compose/wordpress/
1. Installed docker
2. Installed docker compose
3. According to the guide, I used a yml file in my home directory and launched docker compose
And where are the wordpress engine files now available to me so that I can use it edit and everything else?
Moreover, it is not clear what to do next? To start the project
The command worked, but how to start the project is not clear
[email protected]:~/Develop/docker$ sudo docker-compose up -d
Creating network "docker_default" with the default driver
Pulling db (mysql:5.7)...
5.7: Pulling from library/mysql
357ea8c3d80b: Already exists
256a92f57ae8: Pull complete
d5ee0325fe91: Pull complete
a15deb03758b: Pull the complete
7b8a8ccc8d50: Pull the complete
1a40eeae36e9: Pull the complete
833539b56478: Pull the complete
4f350efbb7e5: Pull the complete
266f161e49c6: Pull the complete
b53a75e45220: Pull the complete
75196bb75c29: Pull the complete
Digest: sha256 The: c8f03238ca1783d25af320877f063a36dbfce0daa56a7b4955e6c6e05ab5c70b the
Status: the Downloaded newer image for the mysql: 5.7
Creating Company docker_db_1
Creating Company docker_wordpress_1

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Karmashkin, 2016-08-29
@Karmashkin

read how to install a little, read more how to use ;)
docker ps will show running containers
docker exec -ti container_name bash will "go" inside the container.
also in ready-made containers there are environment variables, they are edited in the dokeycompose file, the list of variables on the home page of your container;)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question