pull down to refresh

why not just provide a docker-compose file?

reply

Good idea.

reply

Hi, I am the one that wrote the tutorial!
I did not provide a docker compose file because there is nothing to compose, it is a single container :)

reply

Congrats by the tutorial! It is awesome!

I did not provide a docker compose file because there is nothing to compose, it is a single container :)

Good!

reply

still easier than remember some command line. I havfe many compose files for single containers

reply

The purpose of the tutorial is to get one hands dirty.
If you only run docker-compose up what is the point of a practical tutorial?
Also in that specific case you dont need docker compose because you are dealing with a single container.

reply

i also like to have an .env file that docker-compose.yml can read from to define ports, upload directories and anything else that is configurable. Not sure why you're opposed to docker-compsoe.

reply

I am not opposed to it!
I am just saying that I dont see the point for a simple hands on tutorial.

reply

i gotcha. yeah i guess that makes sense. i just saw all the work i had to do and said "nevermind" because there was no docker-compose.

reply

My purpose was to bang people heads against an atomic node deployment.
Docker compose is way overkill for my purpose...why dont use kubernetes then :P

i like to run multiple nodes

reply