Last active
October 1, 2020 07:05
-
-
Save sanidhya-singh/45b1e93f7569185d3eed20eaec3131dd 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
Key | Description | |
---|---|---|
image | Name of the image to be used for the container | |
volumes | Volume to be mounted for the container | |
restart | Specify if the container should restart when the host machine restarts | |
enviroment | Configure environment variables for the container (as supported by the image) | |
port | Maps a port from the container to the host machine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment