As requested by @SISheogorath [here](https://github.com/linuxserver/docker-codimd/issues/4#issue-454332233) and further to discussion about previous PR [here.](https://github.com/codimd/server/pull/110#issuecomment-501214087) Signed-off-by: Neil Green <chbmb@linuxserver.io>
		
			
				
	
	
		
			24 lines
		
	
	
		
			889 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			889 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| CodiMD Docker Image
 | |
| ===
 | |
| 
 | |
| [](http://play-with-docker.com?stack=https://github.com/codimd/container/raw/master/docker-compose.yml&stack_name=codimd)
 | |
| 
 | |
| 
 | |
| **Debian-based version:**
 | |
| 
 | |
| [](https://quay.io/repository/codimd/server)
 | |
| 
 | |
| 
 | |
| **Alpine-based version:**
 | |
| 
 | |
| [](https://quay.io/repository/codimd/server)
 | |
| 
 | |
| The easiest way to setup CodiMD using docker are using the following three commands:
 | |
| 
 | |
| ```sh
 | |
| git clone https://github.com/codimd/container.git codimd-container
 | |
| cd codimd-container
 | |
| docker-compose up
 | |
| ```
 | |
| Read more about it in the [container repository](https://github.com/codimd/container).
 |