Automating Smart Contract Development with Docker
Setting up a dockerized container to launch project setups that'll help deploy and run smart contracts. (more…)
Read more »Starting in v1.12.0 of Docker Engine, there is a new way to manage your container orchestration layer in swarm mode. For starters, it now comes with its own service discovery baked in. With the drastic improvements to the simplicity of swarm mode, let’s…