Skip to content
Snippets Groups Projects
Commit a4008192 authored by Andrea Biancini's avatar Andrea Biancini
Browse files

Fixed README

parent 1eafb61b
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,6 @@ This script leverages a Docker container with a plain Debian box to test all the ...@@ -11,6 +11,6 @@ This script leverages a Docker container with a plain Debian box to test all the
to be working correctly. to be working correctly.
To use it, you have to install Docker and create the image with the command (from the project's main folder): To use it, you have to install Docker and create the image with the command (from the project's main folder):
``` ```
# docker build -t vopaas . root# docker build -t vopaas .
``` ```
after that the Ansible playbook can be tested with the `./test.sh` command. after that the Ansible playbook can be tested with the `./test.sh` command.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment