# Cleanup your isen If necessary, cleanup your `isen` from previous `ansible` TP results: ```bash apt-get purge -y nginx docker stop demo ``` # Start the TP ```bash docker run -dp 80:80 arnaudmorin/docker-tp ``` Then browse your server IP port 80 and follow the instructions: ```bash echo "http://$(curl -s ip.arnaudmorin.fr)/" ```