Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 752 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 752 Bytes

Docker guide

First you need to install Docker
Once you have Docker installed, you'll need to create a Dockerfile. Its content will depend on the technology, for example, in .NET Core we use this definition and in RoR we use this definition

When you have a Dockerfile you just need to run the following comand to create the docker container

    docker build -t nectore-bootstrap .

With your docker container you can: