Skip to content

Commit

Permalink
api: docker feature is no longer experimental
Browse files Browse the repository at this point in the history
The feature actually doesn't do anything, docker works out of the box,
so we might want to remove it entirely in the future.
  • Loading branch information
aither64 committed Nov 4, 2019
1 parent 3ed3fc7 commit 0f7fbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/models/vps_feature.rb
Expand Up @@ -28,7 +28,7 @@ def conflict?(name)
Feature.new(:bridge, 'Bridge', :openvz),
Feature.new(:kvm, 'KVM', :all),
Feature.new(:lxc, 'LXC nesting', :vpsadminos, blocks: %i(docker)),
Feature.new(:docker, 'Docker (experimental)', :vpsadminos, blocks: %i(lxc)),
Feature.new(:docker, 'Docker', :vpsadminos, blocks: %i(lxc)),
].map { |f| [f.name, f] }
]

Expand Down

0 comments on commit 0f7fbf5

Please sign in to comment.