Atutor 2.2.1 - Docker Container
1 - Create a container from the image (b1tbyte/oswe:atutor
) , and give it a name (atutorTest
) & starting /bin/bash
Port 80 is exposed in your host, so don't use it in production env.
2 - Then, you need to run apache2
& mysql
3 - Finally, you can access the application at the following path
Credentials :
atutor login creds :
all other creds (mysql & others) are
Last updated
Was this helpful?