Turns docker run commands into docker-compose files! April 25, 2020 by Robert-Jan Keizer https://composerize.com
Cool! Looks like it does the basics and room for plenty of improvements. For example, try: \`docker run -v $PWD/vpn-data:/etc/openvpn -d -p 3000:1194/udp –cap-add=NET\_ADMIN myownvpn\` Reply
This is pretty cool. Any for Dockerfiles?
Is this using the non package cli-to-compose?
I’ve been using this for a while now. I love it.
Cool! Looks like it does the basics and room for plenty of improvements. For example, try:
\`docker run -v $PWD/vpn-data:/etc/openvpn -d -p 3000:1194/udp –cap-add=NET\_ADMIN myownvpn\`
Awesome project! Time saver for searching compose documentation.