Created
April 23, 2015 10:20
-
-
Save ripienaar/8fc6ccac6de9148e223c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ docker run -d -p 8080:80 --name decci dell/lamp-base | |
| $ echo test|docker exec decci tee /var/www/html/index.html | |
| $ curl http://localhost:8080/ | |
| test | |
| $ docker kill decci | |
| $ docker rm decci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment