diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8fae12a..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-.idea
-target
-*.iml
-.DS_Store
\ No newline at end of file
diff --git a/README.md b/README.md
index 69e007d..1cb2230 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
-# Practice of automation school 2016
+#Onodee87 docker repositoty
-See all info in repo [autoschool/autoschool.github.io](https://github.com/autoschool/autoschool.github.io)
+[GitHub repository] (https://github.com/OnoDee87/docker_study "Onodee87 github repository")
+[Docker repository](https://hub.docker.com/r/onodee87/yandexqa/ "Onodee87 docker repository")
\ No newline at end of file
diff --git a/commons-module/pom.xml b/commons-module/pom.xml
deleted file mode 100644
index b1372c7..0000000
--- a/commons-module/pom.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
- 4.0.0
-
-
- school-2016
- ru.qatools.school
- 1.0-SNAPSHOT
-
-
- commons-module
- jar
-
- Commons Module
-
-
-
- ru.qatools.school
- steps-module
- ${project.version}
-
-
- com.tngtech.java
- junit-dataprovider
- 1.10.4
- test
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
-
-
-
- true
-
-
- ru.yandex.qatools.allure
- allure-maven-plugin
- 2.0
-
-
-
-
-
diff --git a/commons-module/src/test/java/ru/qatools/school/MyFirstTest.java b/commons-module/src/test/java/ru/qatools/school/MyFirstTest.java
deleted file mode 100644
index 7b9da2e..0000000
--- a/commons-module/src/test/java/ru/qatools/school/MyFirstTest.java
+++ /dev/null
@@ -1,53 +0,0 @@
-package ru.qatools.school;
-
-import com.tngtech.java.junit.dataprovider.DataProvider;
-import com.tngtech.java.junit.dataprovider.DataProviderRunner;
-import com.tngtech.java.junit.dataprovider.UseDataProvider;
-import org.junit.Test;
-import org.junit.runner.RunWith;
-import ru.qatools.school.data.Place;
-
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
-
-import static ru.qatools.school.steps.UserSteps.user;
-
-
-/**
- * @author gladnik (Nikolai Gladkov)
- */
-@RunWith(DataProviderRunner.class)
-public class MyFirstTest {
-
- @DataProvider
- public static List