Skip to content
Snippets Groups Projects
Commit a443d635 authored by Mate Farkas's avatar Mate Farkas
Browse files

Initial commit.

parents
No related branches found
No related tags found
No related merge requests found
*.swp
.vagrant/
# Ready to use Docker containers and Vagrant templates
## Build Docker containers
cd docker/xenial/
make
## Test Docker containers
**NOTE**: The container will be removed after exiting the container.
cd docker/xenial/
make test
## Create new Vagrant machine with Docker provider
cp -r vagrant/TEMPLATE/ vagrant/hello-world/
cd vagrant/hello-world/
vagrant up
vagrant ssh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment